Class DriveItemCreateLinkParameterSet

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

public class DriveItemCreateLinkParameterSet extends Object
The class for the Drive 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.
    • retainInheritedPermissions

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

      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