Klasse UpdateUserPropertyOperationSpec

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

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

Specification for the UpdateUserProperty operation.

Update user property

  • Felddetails

    • VALIDATION_ENABLED

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

    • UpdateUserPropertyOperationSpec

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

      @Internal public UpdateUserPropertyOperationSpec(String userId, String key, UserPropertyUpdate body)
      Constructs a validated instance of UpdateUserPropertyOperationSpec.

      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.
      body - The user property to be updated.
    • UpdateUserPropertyOperationSpec

      protected UpdateUserPropertyOperationSpec()
  • Methodendetails