Package com.microsoft.graph.models
Class DriveItemCreateLinkParameterSet
java.lang.Object
com.microsoft.graph.models.DriveItemCreateLinkParameterSet
The class for the Drive Item Create Link Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the DriveItemCreateLinkParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe expiration Date Time.The message.The password.The retain Inherited Permissions.The scope.The type. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DriveItemCreateLinkParameterSetprotected
DriveItemCreateLinkParameterSet
(DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder builder) Instiaciates a new DriveItemCreateLinkParameterSet -
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
-
type
The type. -
scope
The scope. -
expirationDateTime
@SerializedName(value="expirationDateTime", alternate="ExpirationDateTime") @Expose @Nullable public OffsetDateTime expirationDateTimeThe expiration Date Time. -
password
The password. -
message
The message. -
retainInheritedPermissions
@SerializedName(value="retainInheritedPermissions", alternate="RetainInheritedPermissions") @Expose @Nullable public Boolean retainInheritedPermissionsThe retain Inherited Permissions.
-
-
Constructor Details
-
DriveItemCreateLinkParameterSet
public DriveItemCreateLinkParameterSet()Instiaciates a new DriveItemCreateLinkParameterSet -
DriveItemCreateLinkParameterSet
protected DriveItemCreateLinkParameterSet(@Nonnull DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder builder) Instiaciates a new DriveItemCreateLinkParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static DriveItemCreateLinkParameterSet.DriveItemCreateLinkParameterSetBuilder 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
-