Class PermissionGrantParameterSet

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

public class PermissionGrantParameterSet extends Object
The class for the Permission Grant Parameter Set.
  • Field Details

    • roles

      @SerializedName(value="roles", alternate="Roles") @Expose @Nullable public List<String> roles
      The roles.
    • recipients

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

    • PermissionGrantParameterSet

      public PermissionGrantParameterSet()
      Instiaciates a new PermissionGrantParameterSet
    • PermissionGrantParameterSet

      protected PermissionGrantParameterSet(@Nonnull PermissionGrantParameterSet.PermissionGrantParameterSetBuilder builder)
      Instiaciates a new PermissionGrantParameterSet
      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