Class ApplicationRemoveKeyParameterSet

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

public class ApplicationRemoveKeyParameterSet extends Object
The class for the Application Remove Key Parameter Set.
  • Field Details

    • keyId

      @SerializedName(value="keyId", alternate="KeyId") @Expose @Nullable public UUID keyId
      The key Id.
    • proof

      @SerializedName(value="proof", alternate="Proof") @Expose @Nullable public String proof
      The proof.
  • Constructor Details

    • ApplicationRemoveKeyParameterSet

      public ApplicationRemoveKeyParameterSet()
      Instiaciates a new ApplicationRemoveKeyParameterSet
    • ApplicationRemoveKeyParameterSet

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