Uses of Class
odata.msgraph.client.beta.enums.SecureAssessmentAccountType
-
Packages that use SecureAssessmentAccountType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of SecureAssessmentAccountType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as SecureAssessmentAccountType Modifier and Type Field Description protected SecureAssessmentAccountTypeWindows10SecureAssessmentConfiguration. configurationAccountTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type SecureAssessmentAccountType Modifier and Type Method Description Optional<SecureAssessmentAccountType>Windows10SecureAssessmentConfiguration. getConfigurationAccountType()“The account type used to by ConfigurationAccount.”Methods in odata.msgraph.client.beta.entity with parameters of type SecureAssessmentAccountType Modifier and Type Method Description Windows10SecureAssessmentConfiguration.BuilderWindows10SecureAssessmentConfiguration.Builder. configurationAccountType(SecureAssessmentAccountType configurationAccountType)“The account type used to by ConfigurationAccount.”Windows10SecureAssessmentConfigurationWindows10SecureAssessmentConfiguration. withConfigurationAccountType(SecureAssessmentAccountType configurationAccountType)Returns an immutable copy ofthiswith just theconfigurationAccountTypefield changed. -
Uses of SecureAssessmentAccountType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return SecureAssessmentAccountType Modifier and Type Method Description static SecureAssessmentAccountTypeSecureAssessmentAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecureAssessmentAccountType[]SecureAssessmentAccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-