Package com.microsoft.graph.models
Class PrintDocumentCreateUploadSessionParameterSet.PrintDocumentCreateUploadSessionParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.PrintDocumentCreateUploadSessionParameterSet.PrintDocumentCreateUploadSessionParameterSetBuilder
- Enclosing class:
PrintDocumentCreateUploadSessionParameterSet
public static final class PrintDocumentCreateUploadSessionParameterSet.PrintDocumentCreateUploadSessionParameterSetBuilder
extends Object
Fluent builder for the PrintDocumentCreateUploadSessionParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PrintDocumentUploadPropertiesThe properties parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new PrintDocumentCreateUploadSessionParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the Properties
-
Field Details
-
properties
The properties parameter value
-
-
Constructor Details
-
PrintDocumentCreateUploadSessionParameterSetBuilder
@Nullable protected PrintDocumentCreateUploadSessionParameterSetBuilder()Instanciates a new PrintDocumentCreateUploadSessionParameterSetBuilder
-
-
Method Details
-
withProperties
@Nonnull public PrintDocumentCreateUploadSessionParameterSet.PrintDocumentCreateUploadSessionParameterSetBuilder withProperties(@Nullable PrintDocumentUploadProperties val) Sets the Properties- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-