Klasse DeleteUserPropertyOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv2.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 propertyKey, String accountId, String userKey, String username)
      Constructs a validated instance of DeleteUserPropertyOperationSpec.

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

      Parameter:
      propertyKey - The key of the user's property.
      accountId - The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
      userKey - This parameter is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
      username - This parameter is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
    • 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

    • propertyKey

      @NotNull public @NotNull String propertyKey()
      The key of the user's property.
    • accountId

      @Nullable public @Nullable String accountId()
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
    • userKey

      @Nullable public @Nullable String userKey()
      This parameter is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
    • username

      @Nullable public @Nullable String username()
      This parameter is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
    • propertyKey

      public DeleteUserPropertyOperationSpec propertyKey(@NotNull @NotNull String propertyKey)
      The key of the user's property.
      Gibt zurück:
      this.
    • accountId

      public DeleteUserPropertyOperationSpec accountId(@Nullable @Nullable String accountId)
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
      Gibt zurück:
      this.
    • userKey

      public DeleteUserPropertyOperationSpec userKey(@Nullable @Nullable String userKey)
      This parameter is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
      Gibt zurück:
      this.
    • username

      public DeleteUserPropertyOperationSpec username(@Nullable @Nullable String username)
      This parameter is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
      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