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