Class WindowsQualityUpdateProfile

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

    public class WindowsQualityUpdateProfile
    extends Entity
    implements com.github.davidmoten.odata.client.ODataEntityType
    “Windows Quality Update Profile”
    • Field Detail

      • deployableContentDisplayName

        protected String deployableContentDisplayName
      • description

        protected String description
      • displayName

        protected String displayName
      • releaseDateDisplayName

        protected String releaseDateDisplayName
      • roleScopeTagIds

        protected List<String> roleScopeTagIds
      • roleScopeTagIdsNextLink

        protected String roleScopeTagIdsNextLink
    • Constructor Detail

      • WindowsQualityUpdateProfile

        protected WindowsQualityUpdateProfile()
    • Method Detail

      • odataTypeName

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

        public static WindowsQualityUpdateProfile.Builder builderWindowsQualityUpdateProfile()
        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
      • getCreatedDateTime

        public Optional<OffsetDateTime> getCreatedDateTime()
        “The date time that the profile was created.”
        Returns:
        property createdDateTime
      • withCreatedDateTime

        public WindowsQualityUpdateProfile 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 time that the profile was created.”

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

        public Optional<String> getDeployableContentDisplayName()
        “Friendly display name of the quality update profile deployable content”
        Returns:
        property deployableContentDisplayName
      • withDeployableContentDisplayName

        public WindowsQualityUpdateProfile withDeployableContentDisplayName​(String deployableContentDisplayName)
        Returns an immutable copy of this with just the deployableContentDisplayName 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.

        “Friendly display name of the quality update profile deployable content”

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

        public Optional<String> getDescription()
        “The description of the profile which is specified by the user.”
        Returns:
        property description
      • withDescription

        public WindowsQualityUpdateProfile withDescription​(String description)
        Returns an immutable copy of this with just the description 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 description of the profile which is specified by the user.”

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

        public Optional<String> getDisplayName()
        “The display name for the profile.”
        Returns:
        property displayName
      • withDisplayName

        public WindowsQualityUpdateProfile withDisplayName​(String displayName)
        Returns an immutable copy of this with just the displayName 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 display name for the profile.”

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

        public WindowsQualityUpdateProfile withExpeditedUpdateSettings​(ExpeditedWindowsQualityUpdateSettings expeditedUpdateSettings)
        Returns an immutable copy of this with just the expeditedUpdateSettings 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.

        “Expedited update settings.”

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

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

        public WindowsQualityUpdateProfile 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 time that the profile 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
      • getReleaseDateDisplayName

        public Optional<String> getReleaseDateDisplayName()
        “Friendly release date to display for a Quality Update release”
        Returns:
        property releaseDateDisplayName
      • withReleaseDateDisplayName

        public WindowsQualityUpdateProfile withReleaseDateDisplayName​(String releaseDateDisplayName)
        Returns an immutable copy of this with just the releaseDateDisplayName 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.

        “Friendly release date to display for a Quality Update release”

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

        public com.github.davidmoten.odata.client.CollectionPage<String> getRoleScopeTagIds()
        “List of Scope Tags for this Quality Update entity.”
        Returns:
        property roleScopeTagIds
      • withRoleScopeTagIds

        public WindowsQualityUpdateProfile withRoleScopeTagIds​(List<String> roleScopeTagIds)
        Returns an immutable copy of this with just the roleScopeTagIds 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.

        “List of Scope Tags for this Quality Update entity.”

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

        public com.github.davidmoten.odata.client.CollectionPage<String> getRoleScopeTagIds​(com.github.davidmoten.odata.client.HttpRequestOptions options)
        “List of Scope Tags for this Quality Update entity.”
        Parameters:
        options - specify connect and read timeouts
        Returns:
        property roleScopeTagIds
      • 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 WindowsQualityUpdateProfile 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 WindowsQualityUpdateProfile 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