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