Klasse RemoveModulesOperationSpec

java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.RemoveModulesOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class RemoveModulesOperationSpec extends Object
RemoveModulesSpec

Specification for the RemoveModules operation.

Remove modules

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • RemoveModulesOperationSpec

      @Internal public RemoveModulesOperationSpec(Consumer<RemoveModulesOperationSpec> spec)
      Constructs a validated instance of RemoveModulesOperationSpec.
      Parameter:
      spec - the specification to process
    • RemoveModulesOperationSpec

      @Internal public RemoveModulesOperationSpec(List<String> moduleKey)
      Constructs a validated instance of RemoveModulesOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      moduleKey - The key of the module to remove. To include multiple module keys, provide multiple copies of this parameter. For example, moduleKey=dynamic-attachment-entity-property&amp;moduleKey=dynamic-select-field. Nonexistent keys are ignored.
    • RemoveModulesOperationSpec

      protected RemoveModulesOperationSpec()
  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException
    • builder

    • moduleKey

      @NotNull public @NotNull List<String> moduleKey()
      The key of the module to remove. To include multiple module keys, provide multiple copies of this parameter. For example, moduleKey=dynamic-attachment-entity-property&amp;moduleKey=dynamic-select-field. Nonexistent keys are ignored.
    • moduleKey

      public RemoveModulesOperationSpec moduleKey(@NotNull @NotNull List<String> moduleKey)
      The key of the module to remove. To include multiple module keys, provide multiple copies of this parameter. For example, moduleKey=dynamic-attachment-entity-property&amp;moduleKey=dynamic-select-field. Nonexistent keys are ignored.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object