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