Klasse AddUserToGroupByGroupIdOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.AddUserToGroupByGroupIdOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddUserToGroupByGroupIdOperationSpec
extends Object
AddUserToGroupByGroupIdSpec
Specification for the AddUserToGroupByGroupId operation.
Add member to group by groupId
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAddUserToGroupByGroupIdOperationSpec(String groupId, AccountId body) Constructs a validated instance ofAddUserToGroupByGroupIdOperationSpec.Constructs a validated instance ofAddUserToGroupByGroupIdOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull AccountIdbody()AccountId of the user who needs to be added as member.AccountId of the user who needs to be added as member.builder()protected booleanboolean@NotNull StringgroupId()GroupId of the group whose membership is updatedGroupId of the group whose membership is updatedinthashCode()toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
AddUserToGroupByGroupIdOperationSpec
@Internal public AddUserToGroupByGroupIdOperationSpec(Consumer<AddUserToGroupByGroupIdOperationSpec> spec) Constructs a validated instance ofAddUserToGroupByGroupIdOperationSpec.- Parameter:
spec- the specification to process
-
AddUserToGroupByGroupIdOperationSpec
Constructs a validated instance ofAddUserToGroupByGroupIdOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
groupId- GroupId of the group whose membership is updatedbody- AccountId of the user who needs to be added as member.
-
AddUserToGroupByGroupIdOperationSpec
protected AddUserToGroupByGroupIdOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static AddUserToGroupByGroupIdOperationSpec.AddUserToGroupByGroupIdOperationSpecBuilder builder() -
groupId
GroupId of the group whose membership is updated -
body
AccountId of the user who needs to be added as member. -
groupId
GroupId of the group whose membership is updated- Gibt zurück:
this.
-
body
AccountId of the user who needs to be added as member.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-