Package com.microsoft.graph.models
Class CallRecordResponseParameterSet
java.lang.Object
com.microsoft.graph.models.CallRecordResponseParameterSet
The class for the Call Record Response Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the CallRecordResponseParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe barge In Allowed.The client Context.The initial Silence Timeout In Seconds.The max Record Duration In Seconds.The max Silence Timeout In Seconds.The play Beep.The prompts.The stop Tones. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new CallRecordResponseParameterSetprotectedCallRecordResponseParameterSet(CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder builder) Instiaciates a new CallRecordResponseParameterSet -
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
-
prompts
The prompts. -
bargeInAllowed
@SerializedName(value="bargeInAllowed", alternate="BargeInAllowed") @Expose @Nullable public Boolean bargeInAllowedThe barge In Allowed. -
initialSilenceTimeoutInSeconds
@SerializedName(value="initialSilenceTimeoutInSeconds", alternate="InitialSilenceTimeoutInSeconds") @Expose @Nullable public Integer initialSilenceTimeoutInSecondsThe initial Silence Timeout In Seconds. -
maxSilenceTimeoutInSeconds
@SerializedName(value="maxSilenceTimeoutInSeconds", alternate="MaxSilenceTimeoutInSeconds") @Expose @Nullable public Integer maxSilenceTimeoutInSecondsThe max Silence Timeout In Seconds. -
maxRecordDurationInSeconds
@SerializedName(value="maxRecordDurationInSeconds", alternate="MaxRecordDurationInSeconds") @Expose @Nullable public Integer maxRecordDurationInSecondsThe max Record Duration In Seconds. -
playBeep
The play Beep. -
stopTones
@SerializedName(value="stopTones", alternate="StopTones") @Expose @Nullable public List<String> stopTonesThe stop Tones. -
clientContext
@SerializedName(value="clientContext", alternate="ClientContext") @Expose @Nullable public String clientContextThe client Context.
-
-
Constructor Details
-
CallRecordResponseParameterSet
public CallRecordResponseParameterSet()Instiaciates a new CallRecordResponseParameterSet -
CallRecordResponseParameterSet
protected CallRecordResponseParameterSet(@Nonnull CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder builder) Instiaciates a new CallRecordResponseParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder 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
-