Package com.microsoft.graph.models
Class DriveItemDeltaParameterSet.DriveItemDeltaParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DriveItemDeltaParameterSet.DriveItemDeltaParameterSetBuilder
- Enclosing class:
DriveItemDeltaParameterSet
public static final class DriveItemDeltaParameterSet.DriveItemDeltaParameterSetBuilder
extends Object
Fluent builder for the DriveItemDeltaParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new DriveItemDeltaParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the Token
-
Field Details
-
token
The token parameter value
-
-
Constructor Details
-
DriveItemDeltaParameterSetBuilder
@Nullable protected DriveItemDeltaParameterSetBuilder()Instanciates a new DriveItemDeltaParameterSetBuilder
-
-
Method Details
-
withToken
@Nonnull public DriveItemDeltaParameterSet.DriveItemDeltaParameterSetBuilder withToken(@Nullable String val) Sets the Token- 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
-