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