Package com.microsoft.graph.models
Class GroupCheckGrantedPermissionsForAppParameterSet
java.lang.Object
com.microsoft.graph.models.GroupCheckGrantedPermissionsForAppParameterSet
The class for the Group Check Granted Permissions For App Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
GroupCheckGrantedPermissionsForAppParameterSet.GroupCheckGrantedPermissionsForAppParameterSetBuilder
Fluent builder for the GroupCheckGrantedPermissionsForAppParameterSet -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new GroupCheckGrantedPermissionsForAppParameterSetprotected
GroupCheckGrantedPermissionsForAppParameterSet
(GroupCheckGrantedPermissionsForAppParameterSet.GroupCheckGrantedPermissionsForAppParameterSetBuilder builder) Instiaciates a new GroupCheckGrantedPermissionsForAppParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setstatic GroupCheckGrantedPermissionsForAppParameterSet.GroupCheckGrantedPermissionsForAppParameterSetBuilder
Gets a new builder for the body
-
Constructor Details
-
GroupCheckGrantedPermissionsForAppParameterSet
public GroupCheckGrantedPermissionsForAppParameterSet()Instiaciates a new GroupCheckGrantedPermissionsForAppParameterSet -
GroupCheckGrantedPermissionsForAppParameterSet
protected GroupCheckGrantedPermissionsForAppParameterSet(@Nonnull GroupCheckGrantedPermissionsForAppParameterSet.GroupCheckGrantedPermissionsForAppParameterSetBuilder builder) Instiaciates a new GroupCheckGrantedPermissionsForAppParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static GroupCheckGrantedPermissionsForAppParameterSet.GroupCheckGrantedPermissionsForAppParameterSetBuilder 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
-