Klasse AddUserToGroupOperationSpec

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

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

Specification for the AddUserToGroup operation.

Add member to group

  • Felddetails

    • VALIDATION_ENABLED

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

    • AddUserToGroupOperationSpec

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

      @Internal public AddUserToGroupOperationSpec(String name, AccountId body)
      Constructs a validated instance of AddUserToGroupOperationSpec.

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

      Parameter:
      name - Name of the group whose membership is updated
      body - AccountId of the user who needs to be added as member.
    • AddUserToGroupOperationSpec

      protected AddUserToGroupOperationSpec()
  • Methodendetails