Package com.microsoft.graph.models
Class OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder
- Enclosing class:
OnlineMeetingCreateOrGetParameterSet
public static final class OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder
extends Object
Fluent builder for the OnlineMeetingCreateOrGetParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ChatInfoThe chatInfo parameter valueprotected OffsetDateTimeThe endDateTime parameter valueprotected StringThe externalId parameter valueprotected MeetingParticipantsThe participants parameter valueprotected OffsetDateTimeThe startDateTime parameter valueprotected StringThe subject parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new OnlineMeetingCreateOrGetParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithChatInfo(ChatInfo val) Sets the ChatInfoSets the EndDateTimewithExternalId(String val) Sets the ExternalIdSets the ParticipantsSets the StartDateTimewithSubject(String val) Sets the Subject
-
Field Details
-
chatInfo
The chatInfo parameter value -
endDateTime
The endDateTime parameter value -
externalId
The externalId parameter value -
participants
The participants parameter value -
startDateTime
The startDateTime parameter value -
subject
The subject parameter value
-
-
Constructor Details
-
OnlineMeetingCreateOrGetParameterSetBuilder
@Nullable protected OnlineMeetingCreateOrGetParameterSetBuilder()Instanciates a new OnlineMeetingCreateOrGetParameterSetBuilder
-
-
Method Details
-
withChatInfo
@Nonnull public OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder withChatInfo(@Nullable ChatInfo val) Sets the ChatInfo- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withEndDateTime
@Nonnull public OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder withEndDateTime(@Nullable OffsetDateTime val) Sets the EndDateTime- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withExternalId
@Nonnull public OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder withExternalId(@Nullable String val) Sets the ExternalId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withParticipants
@Nonnull public OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder withParticipants(@Nullable MeetingParticipants val) Sets the Participants- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withStartDateTime
@Nonnull public OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder withStartDateTime(@Nullable OffsetDateTime val) Sets the StartDateTime- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSubject
@Nonnull public OnlineMeetingCreateOrGetParameterSet.OnlineMeetingCreateOrGetParameterSetBuilder withSubject(@Nullable String val) Sets the Subject- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-