Class CreateGroupOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.CreateGroupOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateGroupOperationSpec
extends Object
CreateGroupSpec
Specification for the CreateGroup operation.
Create group
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CreateGroupOperationSpec
(AddGroupBean addGroupBean) Constructs a validated instance ofCreateGroupOperationSpec
.Constructs a validated instance ofCreateGroupOperationSpec
. -
Method Summary
Modifier and TypeMethodDescription@NotNull AddGroupBean
The name of the group.addGroupBean
(@NotNull AddGroupBean addGroupBean) The name of the group.builder()
protected boolean
boolean
int
hashCode()
toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
CreateGroupOperationSpec
Constructs a validated instance ofCreateGroupOperationSpec
.- Parameters:
spec
- the specification to process
-
CreateGroupOperationSpec
Constructs a validated instance ofCreateGroupOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
addGroupBean
- The name of the group.
-
CreateGroupOperationSpec
protected CreateGroupOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
addGroupBean
The name of the group. -
addGroupBean
The name of the group.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-