Klasse DeleteUserPropertyOperationSpec

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

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

Specification for the DeleteUserProperty operation.

Delete user property

  • Felddetails

    • VALIDATION_ENABLED

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

    • DeleteUserPropertyOperationSpec

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

      @Internal public DeleteUserPropertyOperationSpec(String userId, String key)
      Constructs a validated instance of DeleteUserPropertyOperationSpec.

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

      Parameter:
      userId - The account ID of the user. The accountId uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192
      key - The key of the user property.
    • DeleteUserPropertyOperationSpec

      protected DeleteUserPropertyOperationSpec()
  • Methodendetails

    • validate

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

    • userId

      @NotNull public @NotNull String userId()
      The account ID of the user. The accountId uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192
    • key

      @NotNull public @NotNull String key()
      The key of the user property.
    • userId

      public DeleteUserPropertyOperationSpec userId(@NotNull @NotNull String userId)
      The account ID of the user. The accountId uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192
      Gibt zurück:
      this.
    • key

      public DeleteUserPropertyOperationSpec key(@NotNull @NotNull String key)
      The key of the user property.
      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