Package com.microsoft.graph.models
Class OnlineMeetingCreateOrGetParameterSet
java.lang.Object
com.microsoft.graph.models.OnlineMeetingCreateOrGetParameterSet
The class for the Online Meeting Create Or Get Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the OnlineMeetingCreateOrGetParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe chat Info.The end Date Time.The external Id.The participants.The start Date Time.The subject. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new OnlineMeetingCreateOrGetParameterSetprotected
OnlineMeetingCreateOrGetParameterSet
(OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder builder) Instiaciates a new OnlineMeetingCreateOrGetParameterSet -
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
-
chatInfo
The chat Info. -
endDateTime
@SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public OffsetDateTime endDateTimeThe end Date Time. -
externalId
@SerializedName(value="externalId", alternate="ExternalId") @Expose @Nullable public String externalIdThe external Id. -
participants
@SerializedName(value="participants", alternate="Participants") @Expose @Nullable public MeetingParticipants participantsThe participants. -
startDateTime
@SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public OffsetDateTime startDateTimeThe start Date Time. -
subject
The subject.
-
-
Constructor Details
-
OnlineMeetingCreateOrGetParameterSet
public OnlineMeetingCreateOrGetParameterSet()Instiaciates a new OnlineMeetingCreateOrGetParameterSet -
OnlineMeetingCreateOrGetParameterSet
protected OnlineMeetingCreateOrGetParameterSet(@Nonnull OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder builder) Instiaciates a new OnlineMeetingCreateOrGetParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder 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
-