Class GroupPolicyObjectFile

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataEntityType, com.github.davidmoten.odata.client.ODataType

    public class GroupPolicyObjectFile
    extends Entity
    implements com.github.davidmoten.odata.client.ODataEntityType
    “The Group Policy Object file uploaded by admin.”
    • Field Detail

      • content

        protected String content
      • groupPolicyObjectId

        protected UUID groupPolicyObjectId
      • ouDistinguishedName

        protected String ouDistinguishedName
    • Constructor Detail

      • GroupPolicyObjectFile

        protected GroupPolicyObjectFile()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        odataTypeName in class Entity
      • builderGroupPolicyObjectFile

        public static GroupPolicyObjectFile.Builder builderGroupPolicyObjectFile()
        Returns a builder which is used to create a new instance of this class (given that this class is immutable).
        Returns:
        a new Builder for this class
      • getChangedFields

        public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
        Specified by:
        getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityType
        Overrides:
        getChangedFields in class Entity
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        postInject in class Entity
      • getContent

        public Optional<String> getContent()
        “The Group Policy Object file content.”
        Returns:
        property content
      • withContent

        public GroupPolicyObjectFile withContent​(String content)
        Returns an immutable copy of this with just the content field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “The Group Policy Object file content.”

        Parameters:
        content - new value of content field (as defined in service metadata)
        Returns:
        immutable copy of this with just the content field changed
      • getCreatedDateTime

        public Optional<OffsetDateTime> getCreatedDateTime()
        “The date and time at which the GroupPolicy was first uploaded.”
        Returns:
        property createdDateTime
      • withCreatedDateTime

        public GroupPolicyObjectFile withCreatedDateTime​(OffsetDateTime createdDateTime)
        Returns an immutable copy of this with just the createdDateTime field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this. patch() is called (if available)on the returned object only the changed fields are submitted.

        “The date and time at which the GroupPolicy was first uploaded.”

        Parameters:
        createdDateTime - new value of createdDateTime field (as defined in service metadata)
        Returns:
        immutable copy of this with just the createdDateTime field changed
      • getGroupPolicyObjectId

        public Optional<UUID> getGroupPolicyObjectId()
        “The Group Policy Object GUID from GPO Xml content”
        Returns:
        property groupPolicyObjectId
      • withGroupPolicyObjectId

        public GroupPolicyObjectFile withGroupPolicyObjectId​(UUID groupPolicyObjectId)
        Returns an immutable copy of this with just the groupPolicyObjectId field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “The Group Policy Object GUID from GPO Xml content”

        Parameters:
        groupPolicyObjectId - new value of groupPolicyObjectId field (as defined in service metadata)
        Returns:
        immutable copy of this with just the groupPolicyObjectId field changed
      • getLastModifiedDateTime

        public Optional<OffsetDateTime> getLastModifiedDateTime()
        “The date and time at which the GroupPolicyObjectFile was last modified.”
        Returns:
        property lastModifiedDateTime
      • withLastModifiedDateTime

        public GroupPolicyObjectFile withLastModifiedDateTime​(OffsetDateTime lastModifiedDateTime)
        Returns an immutable copy of this with just the lastModifiedDateTime field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “The date and time at which the GroupPolicyObjectFile was last modified.”

        Parameters:
        lastModifiedDateTime - new value of lastModifiedDateTime field (as defined in service metadata)
        Returns:
        immutable copy of this with just the lastModifiedDateTime field changed
      • getOuDistinguishedName

        public Optional<String> getOuDistinguishedName()
        “The distinguished name of the OU.”
        Returns:
        property ouDistinguishedName
      • withOuDistinguishedName

        public GroupPolicyObjectFile withOuDistinguishedName​(String ouDistinguishedName)
        Returns an immutable copy of this with just the ouDistinguishedName field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “The distinguished name of the OU.”

        Parameters:
        ouDistinguishedName - new value of ouDistinguishedName field (as defined in service metadata)
        Returns:
        immutable copy of this with just the ouDistinguishedName field changed
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class Entity
      • patch

        public GroupPolicyObjectFile patch()
        Submits only changed fields for update and returns an immutable copy of this with changed fields reset.
        Overrides:
        patch in class Entity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected
      • put

        public GroupPolicyObjectFile put()
        Submits all fields for update and returns an immutable copy of this with changed fields reset (they were ignored anyway).
        Overrides:
        put in class Entity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected