Package com.microsoft.graph.models
Class OAuth2PermissionGrantDeltaParameterSet
java.lang.Object
com.microsoft.graph.models.OAuth2PermissionGrantDeltaParameterSet
The class for the OAuth2Permission Grant Delta Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the OAuth2PermissionGrantDeltaParameterSet -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new OAuth2PermissionGrantDeltaParameterSetprotectedOAuth2PermissionGrantDeltaParameterSet(OAuth2PermissionGrantDeltaParameterSet.OAuth2PermissionGrantDeltaParameterSetBuilder builder) Instiaciates a new OAuth2PermissionGrantDeltaParameterSet -
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
-
OAuth2PermissionGrantDeltaParameterSet
public OAuth2PermissionGrantDeltaParameterSet()Instiaciates a new OAuth2PermissionGrantDeltaParameterSet -
OAuth2PermissionGrantDeltaParameterSet
protected OAuth2PermissionGrantDeltaParameterSet(@Nonnull OAuth2PermissionGrantDeltaParameterSet.OAuth2PermissionGrantDeltaParameterSetBuilder builder) Instiaciates a new OAuth2PermissionGrantDeltaParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static OAuth2PermissionGrantDeltaParameterSet.OAuth2PermissionGrantDeltaParameterSetBuilder 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
-