Package com.microsoft.graph.models
Class ListItemCreateLinkParameterSet
java.lang.Object
com.microsoft.graph.models.ListItemCreateLinkParameterSet
The class for the List Item Create Link Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the ListItemCreateLinkParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe expiration Date Time.The message.The password.The recipients.The retain Inherited Permissions.The scope.The send Notification.The type. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ListItemCreateLinkParameterSetprotectedListItemCreateLinkParameterSet(ListItemCreateLinkParameterSet.ListItemCreateLinkParameterSetBuilder builder) Instiaciates a new ListItemCreateLinkParameterSet -
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. -
recipients
@SerializedName(value="recipients", alternate="Recipients") @Expose @Nullable public List<DriveRecipient> recipientsThe recipients. -
retainInheritedPermissions
@SerializedName(value="retainInheritedPermissions", alternate="RetainInheritedPermissions") @Expose @Nullable public Boolean retainInheritedPermissionsThe retain Inherited Permissions. -
sendNotification
@SerializedName(value="sendNotification", alternate="SendNotification") @Expose @Nullable public Boolean sendNotificationThe send Notification.
-
-
Constructor Details
-
ListItemCreateLinkParameterSet
public ListItemCreateLinkParameterSet()Instiaciates a new ListItemCreateLinkParameterSet -
ListItemCreateLinkParameterSet
protected ListItemCreateLinkParameterSet(@Nonnull ListItemCreateLinkParameterSet.ListItemCreateLinkParameterSetBuilder builder) Instiaciates a new ListItemCreateLinkParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ListItemCreateLinkParameterSet.ListItemCreateLinkParameterSetBuilder 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
-