Class MacOSLobChildApp

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

    public class MacOSLobChildApp
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    “Contains properties of a macOS .app in the package”
    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
      • unmappedFields

        protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
      • odataType

        protected String odataType
      • buildNumber

        protected String buildNumber
      • bundleId

        protected String bundleId
      • versionNumber

        protected String versionNumber
    • Constructor Detail

      • MacOSLobChildApp

        protected MacOSLobChildApp()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
      • getBuildNumber

        public Optional<String> getBuildNumber()
        “The build number of the app.”
        Returns:
        property buildNumber
      • withBuildNumber

        public MacOSLobChildApp withBuildNumber​(String buildNumber)
        Returns an immutable copy of this with just the buildNumber 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 build number of the app.”

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

        public Optional<String> getBundleId()
        “The bundleId of the app.”
        Returns:
        property bundleId
      • withBundleId

        public MacOSLobChildApp withBundleId​(String bundleId)
        Returns an immutable copy of this with just the bundleId 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 bundleId of the app.”

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

        public Optional<String> getVersionNumber()
        “The version number of the app.”
        Returns:
        property versionNumber
      • withVersionNumber

        public MacOSLobChildApp withVersionNumber​(String versionNumber)
        Returns an immutable copy of this with just the versionNumber 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 version number of the app.”

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

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
      • postInject

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

        public static MacOSLobChildApp.Builder builder()
        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