All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.androidenterprise.model.AppRestrictionsSchemaRestrictionRestrictionValue.html Maven / Gradle / Ivy

The newest version!






AppRestrictionsSchemaRestrictionRestrictionValue (Google Play EMM API v1-rev20241113-2.0.0)












com.google.api.services.androidenterprise.model

Class AppRestrictionsSchemaRestrictionRestrictionValue

    • Constructor Detail

      • AppRestrictionsSchemaRestrictionRestrictionValue

        public AppRestrictionsSchemaRestrictionRestrictionValue()
    • Method Detail

      • getType

        public String getType()
        The type of the value being provided.
        Returns:
        value or null for none
      • getValueBool

        public Boolean getValueBool()
        The boolean value - this will only be present if type is bool.
        Returns:
        value or null for none
      • getValueInteger

        public Integer getValueInteger()
        The integer value - this will only be present if type is integer.
        Returns:
        value or null for none
      • getValueMultiselect

        public List<String> getValueMultiselect()
        The list of string values - this will only be present if type is multiselect.
        Returns:
        value or null for none
      • getValueString

        public String getValueString()
        The string value - this will be present for types string, choice and hidden.
        Returns:
        value or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy