Klasse 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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GetGroupOperationSpec
(String groupname, String groupId, String expand) Constructs a validated instance ofGetGroupOperationSpec
.Constructs a validated instance ofGetGroupOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetGroupOperationSpec
Constructs a validated instance ofGetGroupOperationSpec
.- Parameter:
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.
- Parameter:
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()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
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.- Gibt zurück:
this
.
-
groupId
The ID of the group. This parameter cannot be used with thegroupName
parameter.- Gibt zurück:
this
.
-
expand
List of fields to expand.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-