Package com.microsoft.graph.models
Class ParticipantInviteParameterSet
java.lang.Object
com.microsoft.graph.models.ParticipantInviteParameterSet
The class for the Participant Invite Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the ParticipantInviteParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe client Context.The participants. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ParticipantInviteParameterSetprotectedParticipantInviteParameterSet(ParticipantInviteParameterSet.ParticipantInviteParameterSetBuilder builder) Instiaciates a new ParticipantInviteParameterSet -
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
-
participants
@SerializedName(value="participants", alternate="Participants") @Expose @Nullable public List<InvitationParticipantInfo> participantsThe participants. -
clientContext
@SerializedName(value="clientContext", alternate="ClientContext") @Expose @Nullable public String clientContextThe client Context.
-
-
Constructor Details
-
ParticipantInviteParameterSet
public ParticipantInviteParameterSet()Instiaciates a new ParticipantInviteParameterSet -
ParticipantInviteParameterSet
protected ParticipantInviteParameterSet(@Nonnull ParticipantInviteParameterSet.ParticipantInviteParameterSetBuilder builder) Instiaciates a new ParticipantInviteParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ParticipantInviteParameterSet.ParticipantInviteParameterSetBuilder 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
-