Class IosHomeScreenApp

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

    public class IosHomeScreenApp
    extends IosHomeScreenItem
    implements com.github.davidmoten.odata.client.ODataType
    “Represents an icon for an app on the Home Screen”
    • Field Detail

      • bundleID

        protected String bundleID
    • Constructor Detail

      • IosHomeScreenApp

        protected IosHomeScreenApp()
    • Method Detail

      • odataTypeName

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

        public Optional<String> getBundleID()
        “BundleID of the app if isWebClip is false or the URL of a web clip if isWebClip is true.”
        Returns:
        property bundleID
      • withBundleID

        public IosHomeScreenApp 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.

        “BundleID of the app if isWebClip is false or the URL of a web clip if isWebClip is true.”

        Parameters:
        bundleID - new value of bundleID field (as defined in service metadata)
        Returns:
        immutable copy of this with just the bundleID 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 IosHomeScreenItem
      • postInject

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

        public static IosHomeScreenApp.Builder builderIosHomeScreenApp()
        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