Class GetGroupOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetGroupOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetGroupOperationSpec
extends Object
GetGroupSpec
Specification for the GetGroup operation.
Get group
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GetGroupOperationSpec
(String groupname, String groupId, String expand) Constructs a validated instance ofGetGroupOperationSpec
.Constructs a validated instance ofGetGroupOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
@Nullable String
expand()
List of fields to expand.List of fields to expand.@Nullable String
groupId()
The ID of the group.The ID of the group.@Nullable String
As a group's name can change, use ofgroupId
is recommended to identify a group.As a group's name can change, use ofgroupId
is recommended to identify a group.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
-
GetGroupOperationSpec
Constructs a validated instance ofGetGroupOperationSpec
.- Parameters:
spec
- the specification to process
-
GetGroupOperationSpec
Constructs a validated instance ofGetGroupOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
groupname
- As a group's name can change, use ofgroupId
is recommended to identify a group. The name of the group. This parameter cannot be used with thegroupId
parameter.groupId
- The ID of the group. This parameter cannot be used with thegroupName
parameter.expand
- List of fields to expand.
-
GetGroupOperationSpec
protected GetGroupOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
groupname
As a group's name can change, use ofgroupId
is recommended to identify a group. The name of the group. This parameter cannot be used with thegroupId
parameter. -
groupId
The ID of the group. This parameter cannot be used with thegroupName
parameter. -
expand
List of fields to expand. -
groupname
As a group's name can change, use ofgroupId
is recommended to identify a group. The name of the group. This parameter cannot be used with thegroupId
parameter.- Returns:
this
.
-
groupId
The ID of the group. This parameter cannot be used with thegroupName
parameter.- Returns:
this
.
-
expand
List of fields to expand.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-