Uses of Class
odata.msgraph.client.beta.enums.AdvancedConfigState
-
Packages that use AdvancedConfigState Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AdvancedConfigState in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AdvancedConfigState Modifier and Type Field Description protected AdvancedConfigStateAuthenticationMethodsRegistrationCampaign. stateMethods in odata.msgraph.client.beta.complex that return types with arguments of type AdvancedConfigState Modifier and Type Method Description Optional<AdvancedConfigState>AuthenticationMethodsRegistrationCampaign. getState()Methods in odata.msgraph.client.beta.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.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AdvancedConfigState Modifier and Type Field Description protected AdvancedConfigStateMicrosoftAuthenticatorAuthenticationMethodTarget. displayAppInformationRequiredStateprotected AdvancedConfigStateMicrosoftAuthenticatorAuthenticationMethodTarget. numberMatchingRequiredStateMethods in odata.msgraph.client.beta.entity that return types with arguments of type AdvancedConfigState Modifier and Type Method Description Optional<AdvancedConfigState>MicrosoftAuthenticatorAuthenticationMethodTarget. getDisplayAppInformationRequiredState()Optional<AdvancedConfigState>MicrosoftAuthenticatorAuthenticationMethodTarget. getNumberMatchingRequiredState()Methods in odata.msgraph.client.beta.entity with parameters of type AdvancedConfigState Modifier and Type Method Description MicrosoftAuthenticatorAuthenticationMethodTarget.BuilderMicrosoftAuthenticatorAuthenticationMethodTarget.Builder. displayAppInformationRequiredState(AdvancedConfigState displayAppInformationRequiredState)MicrosoftAuthenticatorAuthenticationMethodTarget.BuilderMicrosoftAuthenticatorAuthenticationMethodTarget.Builder. numberMatchingRequiredState(AdvancedConfigState numberMatchingRequiredState)MicrosoftAuthenticatorAuthenticationMethodTargetMicrosoftAuthenticatorAuthenticationMethodTarget. withDisplayAppInformationRequiredState(AdvancedConfigState displayAppInformationRequiredState)MicrosoftAuthenticatorAuthenticationMethodTargetMicrosoftAuthenticatorAuthenticationMethodTarget. withNumberMatchingRequiredState(AdvancedConfigState numberMatchingRequiredState) -
Uses of AdvancedConfigState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.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.
-