Class ListItemCreateLinkParameterSet

java.lang.Object
com.microsoft.graph.models.ListItemCreateLinkParameterSet

public class ListItemCreateLinkParameterSet extends Object
The class for the List Item Create Link Parameter Set.
  • Field Details

    • type

      @SerializedName(value="type", alternate="Type") @Expose @Nullable public String type
      The type.
    • scope

      @SerializedName(value="scope", alternate="Scope") @Expose @Nullable public String scope
      The scope.
    • expirationDateTime

      @SerializedName(value="expirationDateTime", alternate="ExpirationDateTime") @Expose @Nullable public OffsetDateTime expirationDateTime
      The expiration Date Time.
    • password

      @SerializedName(value="password", alternate="Password") @Expose @Nullable public String password
      The password.
    • message

      @SerializedName(value="message", alternate="Message") @Expose @Nullable public String message
      The message.
    • recipients

      @SerializedName(value="recipients", alternate="Recipients") @Expose @Nullable public List<DriveRecipient> recipients
      The recipients.
    • retainInheritedPermissions

      @SerializedName(value="retainInheritedPermissions", alternate="RetainInheritedPermissions") @Expose @Nullable public Boolean retainInheritedPermissions
      The retain Inherited Permissions.
    • sendNotification

      @SerializedName(value="sendNotification", alternate="SendNotification") @Expose @Nullable public Boolean sendNotification
      The 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

      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request