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