Package com.microsoft.graph.models
Class CallRedirectParameterSet
java.lang.Object
com.microsoft.graph.models.CallRedirectParameterSet
The class for the Call Redirect Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the CallRedirectParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe callback Uri.The targets.The timeout. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new CallRedirectParameterSetprotectedInstiaciates a new CallRedirectParameterSet -
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
-
targets
@SerializedName(value="targets", alternate="Targets") @Expose @Nullable public List<InvitationParticipantInfo> targetsThe targets. -
timeout
The timeout. -
callbackUri
@SerializedName(value="callbackUri", alternate="CallbackUri") @Expose @Nullable public String callbackUriThe callback Uri.
-
-
Constructor Details
-
CallRedirectParameterSet
public CallRedirectParameterSet()Instiaciates a new CallRedirectParameterSet -
CallRedirectParameterSet
protected CallRedirectParameterSet(@Nonnull CallRedirectParameterSet.CallRedirectParameterSetBuilder builder) Instiaciates a new CallRedirectParameterSet- 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
-