Package com.microsoft.graph.models
Class CallSendDtmfTonesParameterSet
java.lang.Object
com.microsoft.graph.models.CallSendDtmfTonesParameterSet
The class for the Call Send Dtmf Tones Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the CallSendDtmfTonesParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe client Context.The delay Between Tones Ms.The tones. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new CallSendDtmfTonesParameterSetprotectedCallSendDtmfTonesParameterSet(CallSendDtmfTonesParameterSet.CallSendDtmfTonesParameterSetBuilder builder) Instiaciates a new CallSendDtmfTonesParameterSet -
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
-
tones
The tones. -
delayBetweenTonesMs
@SerializedName(value="delayBetweenTonesMs", alternate="DelayBetweenTonesMs") @Expose @Nullable public Integer delayBetweenTonesMsThe delay Between Tones Ms. -
clientContext
@SerializedName(value="clientContext", alternate="ClientContext") @Expose @Nullable public String clientContextThe client Context.
-
-
Constructor Details
-
CallSendDtmfTonesParameterSet
public CallSendDtmfTonesParameterSet()Instiaciates a new CallSendDtmfTonesParameterSet -
CallSendDtmfTonesParameterSet
protected CallSendDtmfTonesParameterSet(@Nonnull CallSendDtmfTonesParameterSet.CallSendDtmfTonesParameterSetBuilder builder) Instiaciates a new CallSendDtmfTonesParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static CallSendDtmfTonesParameterSet.CallSendDtmfTonesParameterSetBuilder 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
-