Uses of Class
odata.msgraph.client.beta.enums.UserAccountSecurityType
-
Packages that use UserAccountSecurityType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of UserAccountSecurityType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as UserAccountSecurityType Modifier and Type Field Description protected UserAccountSecurityTypeLogonUser. accountTypeprotected UserAccountSecurityTypeUserSecurityState. userAccountTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type UserAccountSecurityType Modifier and Type Method Description Optional<UserAccountSecurityType>LogonUser. getAccountType()Optional<UserAccountSecurityType>UserSecurityState. getUserAccountType()Methods in odata.msgraph.client.beta.complex with parameters of type UserAccountSecurityType Modifier and Type Method Description LogonUser.BuilderLogonUser.Builder. accountType(UserAccountSecurityType accountType)UserSecurityState.BuilderUserSecurityState.Builder. userAccountType(UserAccountSecurityType userAccountType)LogonUserLogonUser. withAccountType(UserAccountSecurityType accountType)UserSecurityStateUserSecurityState. withUserAccountType(UserAccountSecurityType userAccountType) -
Uses of UserAccountSecurityType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return UserAccountSecurityType Modifier and Type Method Description static UserAccountSecurityTypeUserAccountSecurityType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserAccountSecurityType[]UserAccountSecurityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-