Package com.microsoft.graph.models
Class CallSendDtmfTonesParameterSet.CallSendDtmfTonesParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.CallSendDtmfTonesParameterSet.CallSendDtmfTonesParameterSetBuilder
- Enclosing class:
CallSendDtmfTonesParameterSet
public static final class CallSendDtmfTonesParameterSet.CallSendDtmfTonesParameterSetBuilder
extends Object
Fluent builder for the CallSendDtmfTonesParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new CallSendDtmfTonesParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithClientContext(String val) Sets the ClientContextSets the DelayBetweenTonesMsSets the Tones
-
Field Details
-
tones
The tones parameter value -
delayBetweenTonesMs
The delayBetweenTonesMs parameter value -
clientContext
The clientContext parameter value
-
-
Constructor Details
-
CallSendDtmfTonesParameterSetBuilder
@Nullable protected CallSendDtmfTonesParameterSetBuilder()Instanciates a new CallSendDtmfTonesParameterSetBuilder
-
-
Method Details
-
withTones
@Nonnull public CallSendDtmfTonesParameterSet.CallSendDtmfTonesParameterSetBuilder withTones(@Nullable List<Tone> val) Sets the Tones- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withDelayBetweenTonesMs
@Nonnull public CallSendDtmfTonesParameterSet.CallSendDtmfTonesParameterSetBuilder withDelayBetweenTonesMs(@Nullable Integer val) Sets the DelayBetweenTonesMs- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withClientContext
@Nonnull public CallSendDtmfTonesParameterSet.CallSendDtmfTonesParameterSetBuilder withClientContext(@Nullable String val) Sets the ClientContext- 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
-