public class OnlineMeetingCreateOrGetParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder
Fluent builder for the OnlineMeetingCreateOrGetParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
ChatInfo |
chatInfo
The chat Info.
|
java.time.OffsetDateTime |
endDateTime
The end Date Time.
|
java.lang.String |
externalId
The external Id.
|
MeetingParticipants |
participants
The participants.
|
java.time.OffsetDateTime |
startDateTime
The start Date Time.
|
java.lang.String |
subject
The subject.
|
| Modifier | Constructor and Description |
|---|---|
|
OnlineMeetingCreateOrGetParameterSet()
Instiaciates a new OnlineMeetingCreateOrGetParameterSet
|
protected |
OnlineMeetingCreateOrGetParameterSet(OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder builder)
Instiaciates a new OnlineMeetingCreateOrGetParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="chatInfo",
alternate="ChatInfo")
@Expose
@Nullable
public ChatInfo chatInfo
@SerializedName(value="endDateTime",
alternate="EndDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime endDateTime
@SerializedName(value="externalId",
alternate="ExternalId")
@Expose
@Nullable
public java.lang.String externalId
@SerializedName(value="participants",
alternate="Participants")
@Expose
@Nullable
public MeetingParticipants participants
@SerializedName(value="startDateTime",
alternate="StartDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime startDateTime
@SerializedName(value="subject",
alternate="Subject")
@Expose
@Nullable
public java.lang.String subject
public OnlineMeetingCreateOrGetParameterSet()
protected OnlineMeetingCreateOrGetParameterSet(@Nonnull
OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()