Uses of Class
odata.msgraph.client.beta.enums.CloudPcUserAccountType
-
Packages that use CloudPcUserAccountType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request odata.msgraph.client.beta.enums -
-
Uses of CloudPcUserAccountType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as CloudPcUserAccountType Modifier and Type Field Description protected CloudPcUserAccountTypeCloudPC. userAccountTypeprotected CloudPcUserAccountTypeCloudPcOrganizationSettings. userAccountTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type CloudPcUserAccountType Modifier and Type Method Description Optional<CloudPcUserAccountType>CloudPC. getUserAccountType()Optional<CloudPcUserAccountType>CloudPcOrganizationSettings. getUserAccountType()Methods in odata.msgraph.client.beta.entity with parameters of type CloudPcUserAccountType Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnCloudPC. changeUserAccountType(CloudPcUserAccountType userAccountType)com.github.davidmoten.odata.client.ActionRequestNoReturnCloudPC. reprovision(CloudPcUserAccountType userAccountType, CloudPcOperatingSystem osVersion)CloudPC.BuilderCloudPC.Builder. userAccountType(CloudPcUserAccountType userAccountType)CloudPcOrganizationSettings.BuilderCloudPcOrganizationSettings.Builder. userAccountType(CloudPcUserAccountType userAccountType)CloudPCCloudPC. withUserAccountType(CloudPcUserAccountType userAccountType)CloudPcOrganizationSettingsCloudPcOrganizationSettings. withUserAccountType(CloudPcUserAccountType userAccountType) -
Uses of CloudPcUserAccountType in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type CloudPcUserAccountType Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnCloudPCRequest. changeUserAccountType(CloudPcUserAccountType userAccountType)com.github.davidmoten.odata.client.ActionRequestNoReturnCloudPCRequest. reprovision(CloudPcUserAccountType userAccountType, CloudPcOperatingSystem osVersion) -
Uses of CloudPcUserAccountType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return CloudPcUserAccountType Modifier and Type Method Description static CloudPcUserAccountTypeCloudPcUserAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudPcUserAccountType[]CloudPcUserAccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-