public class DriveItemDeltaParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DriveItemDeltaParameterSet.DriveItemDeltaParameterSetBuilder
Fluent builder for the DriveItemDeltaParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
token
The token.
|
| Modifier | Constructor and Description |
|---|---|
|
DriveItemDeltaParameterSet()
Instiaciates a new DriveItemDeltaParameterSet
|
protected |
DriveItemDeltaParameterSet(DriveItemDeltaParameterSet.DriveItemDeltaParameterSetBuilder builder)
Instiaciates a new DriveItemDeltaParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static DriveItemDeltaParameterSet.DriveItemDeltaParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="token",
alternate="Token")
@Expose
@Nullable
public java.lang.String token
public DriveItemDeltaParameterSet()
protected DriveItemDeltaParameterSet(@Nonnull
DriveItemDeltaParameterSet.DriveItemDeltaParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static DriveItemDeltaParameterSet.DriveItemDeltaParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()