public class ParticipantInviteParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ParticipantInviteParameterSet.ParticipantInviteParameterSetBuilder
Fluent builder for the ParticipantInviteParameterSet
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
clientContext
The client Context.
|
java.util.List<InvitationParticipantInfo> |
participants
The participants.
|
Modifier | Constructor and Description |
---|---|
|
ParticipantInviteParameterSet()
Instiaciates a new ParticipantInviteParameterSet
|
protected |
ParticipantInviteParameterSet(ParticipantInviteParameterSet.ParticipantInviteParameterSetBuilder builder)
Instiaciates a new ParticipantInviteParameterSet
|
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 ParticipantInviteParameterSet.ParticipantInviteParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="participants", alternate="Participants") @Expose @Nullable public java.util.List<InvitationParticipantInfo> participants
@SerializedName(value="clientContext", alternate="ClientContext") @Expose @Nullable public java.lang.String clientContext
public ParticipantInviteParameterSet()
protected ParticipantInviteParameterSet(@Nonnull ParticipantInviteParameterSet.ParticipantInviteParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static ParticipantInviteParameterSet.ParticipantInviteParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()