Package com.microsoft.graph.models
Class PhoneAuthenticationMethodDisableSmsSignInParameterSet
java.lang.Object
com.microsoft.graph.models.PhoneAuthenticationMethodDisableSmsSignInParameterSet
The class for the Phone Authentication Method Disable Sms Sign In Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the PhoneAuthenticationMethodDisableSmsSignInParameterSet -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new PhoneAuthenticationMethodDisableSmsSignInParameterSetprotectedPhoneAuthenticationMethodDisableSmsSignInParameterSet(PhoneAuthenticationMethodDisableSmsSignInParameterSet.PhoneAuthenticationMethodDisableSmsSignInParameterSetBuilder builder) Instiaciates a new PhoneAuthenticationMethodDisableSmsSignInParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Constructor Details
-
PhoneAuthenticationMethodDisableSmsSignInParameterSet
public PhoneAuthenticationMethodDisableSmsSignInParameterSet()Instiaciates a new PhoneAuthenticationMethodDisableSmsSignInParameterSet -
PhoneAuthenticationMethodDisableSmsSignInParameterSet
protected PhoneAuthenticationMethodDisableSmsSignInParameterSet(@Nonnull PhoneAuthenticationMethodDisableSmsSignInParameterSet.PhoneAuthenticationMethodDisableSmsSignInParameterSetBuilder builder) Instiaciates a new PhoneAuthenticationMethodDisableSmsSignInParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static PhoneAuthenticationMethodDisableSmsSignInParameterSet.PhoneAuthenticationMethodDisableSmsSignInParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-