public static final class CallRejectParameterSet.CallRejectParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
callbackUri
The callbackUri parameter value
|
protected RejectReason |
reason
The reason parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
CallRejectParameterSetBuilder()
Instanciates a new CallRejectParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
CallRejectParameterSet |
build()
Buils the resulting body object to be passed to the request
|
CallRejectParameterSet.CallRejectParameterSetBuilder |
withCallbackUri(java.lang.String val)
Sets the CallbackUri
|
CallRejectParameterSet.CallRejectParameterSetBuilder |
withReason(RejectReason val)
Sets the Reason
|
@Nullable protected RejectReason reason
@Nullable protected java.lang.String callbackUri
@Nullable protected CallRejectParameterSetBuilder()
@Nonnull public CallRejectParameterSet.CallRejectParameterSetBuilder withReason(@Nullable RejectReason val)
val
- the value to set it to@Nonnull public CallRejectParameterSet.CallRejectParameterSetBuilder withCallbackUri(@Nullable java.lang.String val)
val
- the value to set it to@Nonnull public CallRejectParameterSet build()