Klasse GetAllFieldConfigurationsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetAllFieldConfigurationsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetAllFieldConfigurationsOperationSpec
extends Object
GetAllFieldConfigurationsSpec
Specification for the GetAllFieldConfigurations operation.
Get all field configurations
-
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
GetAllFieldConfigurationsOperationSpec
(Long startAt, Integer maxResults, Set<Long> id, Boolean isDefault, String query) Constructs a validated instance ofGetAllFieldConfigurationsOperationSpec
.Constructs a validated instance ofGetAllFieldConfigurationsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
id()
The list of field configuration IDs.The list of field configuration IDs.@Nullable Boolean
If *true* returns default field configurations only.If *true* returns default field configurations only.@Nullable Integer
The maximum number of items to return per page.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.@Nullable String
query()
The query string used to match against field configuration names and descriptions.The query string used to match against field configuration names and descriptions.@Nullable Long
startAt()
The index of the first item to return in a page of results (page offset).The index of the first item to return in a page of results (page offset).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
-
GetAllFieldConfigurationsOperationSpec
@Internal public GetAllFieldConfigurationsOperationSpec(Consumer<GetAllFieldConfigurationsOperationSpec> spec) Constructs a validated instance ofGetAllFieldConfigurationsOperationSpec
.- Parameter:
spec
- the specification to process
-
GetAllFieldConfigurationsOperationSpec
@Internal public GetAllFieldConfigurationsOperationSpec(Long startAt, Integer maxResults, Set<Long> id, Boolean isDefault, String query) Constructs a validated instance ofGetAllFieldConfigurationsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
startAt
- The index of the first item to return in a page of results (page offset).maxResults
- The maximum number of items to return per page.id
- The list of field configuration IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=10000&id=10001
.isDefault
- If *true* returns default field configurations only.query
- The query string used to match against field configuration names and descriptions.
-
GetAllFieldConfigurationsOperationSpec
protected GetAllFieldConfigurationsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetAllFieldConfigurationsOperationSpec.GetAllFieldConfigurationsOperationSpecBuilder builder() -
startAt
The index of the first item to return in a page of results (page offset). -
maxResults
The maximum number of items to return per page. -
id
The list of field configuration IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=10000&id=10001
. -
isDefault
If *true* returns default field configurations only. -
query
The query string used to match against field configuration names and descriptions. -
startAt
The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
The maximum number of items to return per page.- Gibt zurück:
this
.
-
id
The list of field configuration IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=10000&id=10001
.- Gibt zurück:
this
.
-
isDefault
If *true* returns default field configurations only.- Gibt zurück:
this
.
-
query
The query string used to match against field configuration names and descriptions.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-