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