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