Package com.microsoft.graph.models
Class DriveItemCreateUploadSessionParameterSet
java.lang.Object
com.microsoft.graph.models.DriveItemCreateUploadSessionParameterSet
The class for the Drive Item Create Upload Session Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the DriveItemCreateUploadSessionParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DriveItemCreateUploadSessionParameterSetprotectedDriveItemCreateUploadSessionParameterSet(DriveItemCreateUploadSessionParameterSet.DriveItemCreateUploadSessionParameterSetBuilder builder) Instiaciates a new DriveItemCreateUploadSessionParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
item
@SerializedName(value="item", alternate="Item") @Expose @Nullable public DriveItemUploadableProperties itemThe item.
-
-
Constructor Details
-
DriveItemCreateUploadSessionParameterSet
public DriveItemCreateUploadSessionParameterSet()Instiaciates a new DriveItemCreateUploadSessionParameterSet -
DriveItemCreateUploadSessionParameterSet
protected DriveItemCreateUploadSessionParameterSet(@Nonnull DriveItemCreateUploadSessionParameterSet.DriveItemCreateUploadSessionParameterSetBuilder builder) Instiaciates a new DriveItemCreateUploadSessionParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static DriveItemCreateUploadSessionParameterSet.DriveItemCreateUploadSessionParameterSetBuilder 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
-