Class AndroidDeviceOwnerKioskModeWeblink

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

    public class AndroidDeviceOwnerKioskModeWeblink
    extends AndroidDeviceOwnerKioskModeFolderItem
    implements com.github.davidmoten.odata.client.ODataType
    “A weblink on the Android Device Owner Managed Home Screen”
    • Constructor Detail

      • AndroidDeviceOwnerKioskModeWeblink

        protected AndroidDeviceOwnerKioskModeWeblink()
    • Method Detail

      • getLabel

        public Optional<String> getLabel()
        “Display name for weblink”
        Returns:
        property label
      • withLabel

        public AndroidDeviceOwnerKioskModeWeblink withLabel​(String label)
        Returns an immutable copy of this with just the label 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.

        “Display name for weblink”

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

        public Optional<String> getLink()
        “Link for weblink”
        Returns:
        property link
      • withLink

        public AndroidDeviceOwnerKioskModeWeblink withLink​(String link)
        Returns an immutable copy of this with just the link 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.

        “Link for weblink”

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

        public static AndroidDeviceOwnerKioskModeWeblink.Builder builderAndroidDeviceOwnerKioskModeWeblink()
        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