Class AndroidDeviceOwnerKioskModeApp

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

    public class AndroidDeviceOwnerKioskModeApp
    extends AndroidDeviceOwnerKioskModeFolderItem
    implements com.github.davidmoten.odata.client.ODataType
    “An application on the Android Device Owner Managed Home Screen”
    • Field Detail

      • className

        protected String className
      • package_

        protected String package_
    • Constructor Detail

      • AndroidDeviceOwnerKioskModeApp

        protected AndroidDeviceOwnerKioskModeApp()
    • Method Detail

      • getClassName

        public Optional<String> getClassName()
        “Class name of application”
        Returns:
        property className
      • withClassName

        public AndroidDeviceOwnerKioskModeApp withClassName​(String className)
        Returns an immutable copy of this with just the className 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.

        “Class name of application”

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

        public Optional<String> getPackage()
        “Package name of application”
        Returns:
        property package
      • withPackage

        public AndroidDeviceOwnerKioskModeApp withPackage​(String package_)
        Returns an immutable copy of this with just the package 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.

        “Package name of application”

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

        public static AndroidDeviceOwnerKioskModeApp.Builder builderAndroidDeviceOwnerKioskModeApp()
        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