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 overriden 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.

    Java class for AddRemoveAttributeValuesCapabilityType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AddRemoveAttributeValuesCapabilityType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CapabilityType">
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
    • Constructor Detail

      • AddRemoveAttributeValuesCapabilityType

        public AddRemoveAttributeValuesCapabilityType()
        Creates a new AddRemoveAttributeValuesCapabilityType instance.
      • AddRemoveAttributeValuesCapabilityType

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