Klasse GetStatusesByIdOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetStatusesByIdOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetStatusesByIdOperationSpec
extends Object
GetStatusesByIdSpec
Specification for the GetStatusesById operation.
Bulk get statuses
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetStatusesByIdOperationSpec(String expand, List<String> id) Constructs a validated instance ofGetStatusesByIdOperationSpec.Constructs a validated instance ofGetStatusesByIdOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanboolean@Nullable Stringexpand()Use [expand](#expansion) to include additional information in the response.Use [expand](#expansion) to include additional information in the response.inthashCode()id()The list of status IDs.The list of status IDs.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
-
GetStatusesByIdOperationSpec
Constructs a validated instance ofGetStatusesByIdOperationSpec.- Parameter:
spec- the specification to process
-
GetStatusesByIdOperationSpec
Constructs a validated instance ofGetStatusesByIdOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
expand- Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *usagesReturns the project and issue types that use the status in their workflow. *workflowUsagesReturns the workflows that use the status.id- The list of status IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001. Min items1, Max items50
-
GetStatusesByIdOperationSpec
protected GetStatusesByIdOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *usagesReturns the project and issue types that use the status in their workflow. *workflowUsagesReturns the workflows that use the status. -
id
The list of status IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001. Min items1, Max items50 -
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *usagesReturns the project and issue types that use the status in their workflow. *workflowUsagesReturns the workflows that use the status.- Gibt zurück:
this.
-
id
The list of status IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001. Min items1, Max items50- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-