Klasse GetGroupOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.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 Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetGroupOperationSpec(String groupname, String groupId, String expand) Constructs a validated instance ofGetGroupOperationSpec.Constructs a validated instance ofGetGroupOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanboolean@Nullable Stringexpand()List of fields to expand.List of fields to expand.@Nullable StringgroupId()The ID of the group.The ID of the group.@Nullable StringAs a group's name can change, use ofgroupIdis recommended to identify a group.As a group's name can change, use ofgroupIdis recommended to identify a group.inthashCode()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
-
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 ofgroupIdis recommended to identify a group. The name of the group. This parameter cannot be used with thegroupIdparameter.groupId- The ID of the group. This parameter cannot be used with thegroupNameparameter.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 ofgroupIdis recommended to identify a group. The name of the group. This parameter cannot be used with thegroupIdparameter. -
groupId
The ID of the group. This parameter cannot be used with thegroupNameparameter. -
expand
List of fields to expand. -
groupname
As a group's name can change, use ofgroupIdis recommended to identify a group. The name of the group. This parameter cannot be used with thegroupIdparameter.- Gibt zurück:
this.
-
groupId
The ID of the group. This parameter cannot be used with thegroupNameparameter.- Gibt zurück:
this.
-
expand
List of fields to expand.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-