Package com.microsoft.graph.models
Class CallRejectParameterSet.CallRejectParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.CallRejectParameterSet.CallRejectParameterSetBuilder
- Enclosing class:
CallRejectParameterSet
Fluent builder for the CallRejectParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The callbackUri parameter valueprotected RejectReason
The reason parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new CallRejectParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithCallbackUri
(String val) Sets the CallbackUriwithReason
(RejectReason val) Sets the Reason
-
Field Details
-
reason
The reason parameter value -
callbackUri
The callbackUri parameter value
-
-
Constructor Details
-
CallRejectParameterSetBuilder
@Nullable protected CallRejectParameterSetBuilder()Instanciates a new CallRejectParameterSetBuilder
-
-
Method Details
-
withReason
@Nonnull public CallRejectParameterSet.CallRejectParameterSetBuilder withReason(@Nullable RejectReason val) Sets the Reason- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withCallbackUri
@Nonnull public CallRejectParameterSet.CallRejectParameterSetBuilder withCallbackUri(@Nullable String val) Sets the CallbackUri- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-