Klasse GetUserPropertyOperationSpec

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

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

Specification for the GetUserProperty operation.

Get user property

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetUserPropertyOperationSpec

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

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

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

      Parameter:
      userId - The account ID of the user to be queried for its properties.
      key - The key of the user property.
    • GetUserPropertyOperationSpec

      protected GetUserPropertyOperationSpec()
  • Methodendetails