Package com.microsoft.graph.models
Class PostForwardParameterSet
java.lang.Object
com.microsoft.graph.models.PostForwardParameterSet
The class for the Post Forward Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the PostForwardParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe comment.The to Recipients. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new PostForwardParameterSetprotected
Instiaciates a new PostForwardParameterSet -
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
-
Field Details
-
Constructor Details
-
PostForwardParameterSet
public PostForwardParameterSet()Instiaciates a new PostForwardParameterSet -
PostForwardParameterSet
protected PostForwardParameterSet(@Nonnull PostForwardParameterSet.PostForwardParameterSetBuilder builder) Instiaciates a new PostForwardParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
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
-