Uses of Class
odata.msgraph.client.beta.enums.ChromeOSOnboardingStatus
-
Packages that use ChromeOSOnboardingStatus Package Description odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.enums -
-
Uses of ChromeOSOnboardingStatus in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type ChromeOSOnboardingStatus Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ChromeOSOnboardingStatus>ChromeOSOnboardingSettingsCollectionRequest. connect(String ownerUserPrincipalName, String ownerAccessToken)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ChromeOSOnboardingStatus>ChromeOSOnboardingSettingsCollectionRequest. disconnect() -
Uses of ChromeOSOnboardingStatus in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ChromeOSOnboardingStatus Modifier and Type Method Description static ChromeOSOnboardingStatusChromeOSOnboardingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ChromeOSOnboardingStatus[]ChromeOSOnboardingStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-