Uses of Class
odata.msgraph.client.enums.AdvancedConfigState
-
Packages that use AdvancedConfigState Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of AdvancedConfigState in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as AdvancedConfigState Modifier and Type Field Description protected AdvancedConfigStateAuthenticationMethodsRegistrationCampaign. stateMethods in odata.msgraph.client.complex that return types with arguments of type AdvancedConfigState Modifier and Type Method Description Optional<AdvancedConfigState>AuthenticationMethodsRegistrationCampaign. getState()Methods in odata.msgraph.client.complex with parameters of type AdvancedConfigState Modifier and Type Method Description AuthenticationMethodsRegistrationCampaign.BuilderAuthenticationMethodsRegistrationCampaign.Builder. state(AdvancedConfigState state)AuthenticationMethodsRegistrationCampaignAuthenticationMethodsRegistrationCampaign. withState(AdvancedConfigState state) -
Uses of AdvancedConfigState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AdvancedConfigState Modifier and Type Method Description static AdvancedConfigStateAdvancedConfigState. valueOf(String name)Returns the enum constant of this type with the specified name.static AdvancedConfigState[]AdvancedConfigState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-