public static final class DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.time.OffsetDateTime |
expirationDateTime
The expirationDateTime parameter value
|
protected java.lang.String |
message
The message parameter value
|
protected java.lang.String |
password
The password parameter value
|
protected java.lang.String |
scope
The scope parameter value
|
protected java.lang.String |
type
The type parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
DriveItemCreateLinkParameterSetBuilder()
Instanciates a new DriveItemCreateLinkParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
DriveItemCreateLinkParameterSet |
build()
Buils the resulting body object to be passed to the request
|
DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder |
withExpirationDateTime(java.time.OffsetDateTime val)
Sets the ExpirationDateTime
|
DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder |
withMessage(java.lang.String val)
Sets the Message
|
DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder |
withPassword(java.lang.String val)
Sets the Password
|
DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder |
withScope(java.lang.String val)
Sets the Scope
|
DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder |
withType(java.lang.String val)
Sets the Type
|
@Nullable protected java.lang.String type
@Nullable protected java.lang.String scope
@Nullable protected java.time.OffsetDateTime expirationDateTime
@Nullable protected java.lang.String password
@Nullable protected java.lang.String message
@Nullable protected DriveItemCreateLinkParameterSetBuilder()
@Nonnull public DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder withType(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder withScope(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder withExpirationDateTime(@Nullable java.time.OffsetDateTime val)
val - the value to set it to@Nonnull public DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder withPassword(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder withMessage(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public DriveItemCreateLinkParameterSet build()