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