Uses of Class
odata.msgraph.client.beta.enums.AndroidManagedStoreAccountBindStatus
-
Packages that use AndroidManagedStoreAccountBindStatus Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AndroidManagedStoreAccountBindStatus in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AndroidManagedStoreAccountBindStatus Modifier and Type Field Description protected AndroidManagedStoreAccountBindStatusAndroidManagedStoreAccountEnterpriseSettings. bindStatusMethods in odata.msgraph.client.beta.entity that return types with arguments of type AndroidManagedStoreAccountBindStatus Modifier and Type Method Description Optional<AndroidManagedStoreAccountBindStatus>AndroidManagedStoreAccountEnterpriseSettings. getBindStatus()“Bind status of the tenant with the Google EMM API”Methods in odata.msgraph.client.beta.entity with parameters of type AndroidManagedStoreAccountBindStatus Modifier and Type Method Description AndroidManagedStoreAccountEnterpriseSettings.BuilderAndroidManagedStoreAccountEnterpriseSettings.Builder. bindStatus(AndroidManagedStoreAccountBindStatus bindStatus)“Bind status of the tenant with the Google EMM API”AndroidManagedStoreAccountEnterpriseSettingsAndroidManagedStoreAccountEnterpriseSettings. withBindStatus(AndroidManagedStoreAccountBindStatus bindStatus)Returns an immutable copy ofthiswith just thebindStatusfield changed. -
Uses of AndroidManagedStoreAccountBindStatus in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AndroidManagedStoreAccountBindStatus Modifier and Type Method Description static AndroidManagedStoreAccountBindStatusAndroidManagedStoreAccountBindStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AndroidManagedStoreAccountBindStatus[]AndroidManagedStoreAccountBindStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-