Package com.microsoft.graph.models
Class DriveItemCreateUploadSessionParameterSet.DriveItemCreateUploadSessionParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DriveItemCreateUploadSessionParameterSet.DriveItemCreateUploadSessionParameterSetBuilder
- Enclosing class:
- DriveItemCreateUploadSessionParameterSet
public static final class DriveItemCreateUploadSessionParameterSet.DriveItemCreateUploadSessionParameterSetBuilder
extends Object
Fluent builder for the DriveItemCreateUploadSessionParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DriveItemUploadableProperties
The item parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new DriveItemCreateUploadSessionParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the Item
-
Field Details
-
item
The item parameter value
-
-
Constructor Details
-
DriveItemCreateUploadSessionParameterSetBuilder
@Nullable protected DriveItemCreateUploadSessionParameterSetBuilder()Instanciates a new DriveItemCreateUploadSessionParameterSetBuilder
-
-
Method Details
-
withItem
@Nonnull public DriveItemCreateUploadSessionParameterSet.DriveItemCreateUploadSessionParameterSetBuilder withItem(@Nullable DriveItemUploadableProperties val) Sets the Item- 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
-