Package com.microsoft.graph.models
Class PrintDocumentCreateUploadSessionParameterSet
java.lang.Object
com.microsoft.graph.models.PrintDocumentCreateUploadSessionParameterSet
The class for the Print Document Create Upload Session Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the PrintDocumentCreateUploadSessionParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new PrintDocumentCreateUploadSessionParameterSetprotected
PrintDocumentCreateUploadSessionParameterSet
(PrintDocumentCreateUploadSessionParameterSet.PrintDocumentCreateUploadSessionParameterSetBuilder builder) Instiaciates a new PrintDocumentCreateUploadSessionParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setstatic PrintDocumentCreateUploadSessionParameterSet.PrintDocumentCreateUploadSessionParameterSetBuilder
Gets a new builder for the body
-
Field Details
-
properties
@SerializedName(value="properties", alternate="Properties") @Expose @Nullable public PrintDocumentUploadProperties propertiesThe properties.
-
-
Constructor Details
-
PrintDocumentCreateUploadSessionParameterSet
public PrintDocumentCreateUploadSessionParameterSet()Instiaciates a new PrintDocumentCreateUploadSessionParameterSet -
PrintDocumentCreateUploadSessionParameterSet
protected PrintDocumentCreateUploadSessionParameterSet(@Nonnull PrintDocumentCreateUploadSessionParameterSet.PrintDocumentCreateUploadSessionParameterSetBuilder builder) Instiaciates a new PrintDocumentCreateUploadSessionParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static PrintDocumentCreateUploadSessionParameterSet.PrintDocumentCreateUploadSessionParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-