Package com.microsoft.graph.models
Class CallAnswerParameterSet
java.lang.Object
com.microsoft.graph.models.CallAnswerParameterSet
The class for the Call Answer Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the CallAnswerParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe accepted Modalities.The callback Uri.The call Options.The media Config.The participant Capacity. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new CallAnswerParameterSetprotected
Instiaciates a new CallAnswerParameterSet -
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
-
callbackUri
@SerializedName(value="callbackUri", alternate="CallbackUri") @Expose @Nullable public String callbackUriThe callback Uri. -
mediaConfig
@SerializedName(value="mediaConfig", alternate="MediaConfig") @Expose @Nullable public MediaConfig mediaConfigThe media Config. -
acceptedModalities
@SerializedName(value="acceptedModalities", alternate="AcceptedModalities") @Expose @Nullable public List<Modality> acceptedModalitiesThe accepted Modalities. -
participantCapacity
@SerializedName(value="participantCapacity", alternate="ParticipantCapacity") @Expose @Nullable public Integer participantCapacityThe participant Capacity. -
callOptions
@SerializedName(value="callOptions", alternate="CallOptions") @Expose @Nullable public IncomingCallOptions callOptionsThe call Options.
-
-
Constructor Details
-
CallAnswerParameterSet
public CallAnswerParameterSet()Instiaciates a new CallAnswerParameterSet -
CallAnswerParameterSet
protected CallAnswerParameterSet(@Nonnull CallAnswerParameterSet.CallAnswerParameterSetBuilder builder) Instiaciates a new CallAnswerParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
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
-