Class AddRemoveAttributeValuesCapabilityType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class AddRemoveAttributeValuesCapabilityType
    extends CapabilityType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Indication that ADD and REMOVE of attribute values is reliably supported. If this capability is not present or disabled, READ+REPLACE mode is assumed. (Can be overridden at the level of individual attributes via readReplaceMode property.) BEWARE: READ+REPLACE is currently supported for attributes only - not for subjectToObject associations. DEPRECATED: Use addRemoveAttributeValues element of Update capability instead. <p>Java class for AddRemoveAttributeValuesCapabilityType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AddRemoveAttributeValuesCapabilityType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CapabilityType"&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
    • Constructor Detail

      • AddRemoveAttributeValuesCapabilityType

        public AddRemoveAttributeValuesCapabilityType()
        Creates a new {@code AddRemoveAttributeValuesCapabilityType} instance.
      • AddRemoveAttributeValuesCapabilityType

        public AddRemoveAttributeValuesCapabilityType​(AddRemoveAttributeValuesCapabilityType o)
        Creates a new {@code AddRemoveAttributeValuesCapabilityType} instance by deeply copying a given {@code AddRemoveAttributeValuesCapabilityType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code null}.