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