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