Package com.microsoft.graph.models
Class CallRejectParameterSet
java.lang.Object
com.microsoft.graph.models.CallRejectParameterSet
The class for the Call Reject Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the CallRejectParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe callback Uri.The reason. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new CallRejectParameterSetprotected
Instiaciates a new CallRejectParameterSet -
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
-
reason
The reason. -
callbackUri
@SerializedName(value="callbackUri", alternate="CallbackUri") @Expose @Nullable public String callbackUriThe callback Uri.
-
-
Constructor Details
-
CallRejectParameterSet
public CallRejectParameterSet()Instiaciates a new CallRejectParameterSet -
CallRejectParameterSet
protected CallRejectParameterSet(@Nonnull CallRejectParameterSet.CallRejectParameterSetBuilder builder) Instiaciates a new CallRejectParameterSet- 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
-