public class DriveItemCreateLinkParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder
Fluent builder for the DriveItemCreateLinkParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.time.OffsetDateTime |
expirationDateTime
The expiration Date Time.
|
java.lang.String |
message
The message.
|
java.lang.String |
password
The password.
|
java.lang.String |
scope
The scope.
|
java.lang.String |
type
The type.
|
| Modifier | Constructor and Description |
|---|---|
|
DriveItemCreateLinkParameterSet()
Instiaciates a new DriveItemCreateLinkParameterSet
|
protected |
DriveItemCreateLinkParameterSet(DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder builder)
Instiaciates a new DriveItemCreateLinkParameterSet
|
| 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 DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="type",
alternate="Type")
@Expose
@Nullable
public java.lang.String type
@SerializedName(value="scope",
alternate="Scope")
@Expose
@Nullable
public java.lang.String scope
@SerializedName(value="expirationDateTime",
alternate="ExpirationDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime expirationDateTime
@SerializedName(value="password",
alternate="Password")
@Expose
@Nullable
public java.lang.String password
@SerializedName(value="message",
alternate="Message")
@Expose
@Nullable
public java.lang.String message
public DriveItemCreateLinkParameterSet()
protected DriveItemCreateLinkParameterSet(@Nonnull
DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()