Package com.microsoft.graph.models
Class GroupAddFavoriteParameterSet
java.lang.Object
com.microsoft.graph.models.GroupAddFavoriteParameterSet
The class for the Group Add Favorite Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the GroupAddFavoriteParameterSet -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new GroupAddFavoriteParameterSetprotected
GroupAddFavoriteParameterSet
(GroupAddFavoriteParameterSet.GroupAddFavoriteParameterSetBuilder builder) Instiaciates a new GroupAddFavoriteParameterSet -
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
-
GroupAddFavoriteParameterSet
public GroupAddFavoriteParameterSet()Instiaciates a new GroupAddFavoriteParameterSet -
GroupAddFavoriteParameterSet
protected GroupAddFavoriteParameterSet(@Nonnull GroupAddFavoriteParameterSet.GroupAddFavoriteParameterSetBuilder builder) Instiaciates a new GroupAddFavoriteParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static GroupAddFavoriteParameterSet.GroupAddFavoriteParameterSetBuilder 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
-