Klasse GetRecentOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetRecentOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetRecentOperationSpec
extends Object
GetRecentSpec
Specification for the GetRecent operation.
Get recent projects
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetRecentOperationSpec(String expand, List<Object> properties) Constructs a validated instance ofGetRecentOperationSpec.Constructs a validated instance ofGetRecentOperationSpec. -
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()EXPERIMENTAL.properties(@Nullable List<Object> properties) EXPERIMENTAL.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
-
GetRecentOperationSpec
Constructs a validated instance ofGetRecentOperationSpec.- Parameter:
spec- the specification to process
-
GetRecentOperationSpec
Constructs a validated instance ofGetRecentOperationSpec.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. Expanded options include: *descriptionReturns the project description. *projectKeysReturns all project keys associated with a project. *leadReturns information about the project lead. *issueTypesReturns all issue types associated with the project. *urlReturns the URL associated with the project. *permissionsReturns the permissions associated with the project. *insightEXPERIMENTAL. Returns the insight details of total issue count and last issue update time for the project. **Returns the project with all available expand options.properties- EXPERIMENTAL. A list of project properties to return for the project. This parameter accepts a comma-separated list. Invalid property names are ignored.
-
GetRecentOperationSpec
protected GetRecentOperationSpec()
-
-
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. Expanded options include: *descriptionReturns the project description. *projectKeysReturns all project keys associated with a project. *leadReturns information about the project lead. *issueTypesReturns all issue types associated with the project. *urlReturns the URL associated with the project. *permissionsReturns the permissions associated with the project. *insightEXPERIMENTAL. Returns the insight details of total issue count and last issue update time for the project. **Returns the project with all available expand options. -
properties
EXPERIMENTAL. A list of project properties to return for the project. This parameter accepts a comma-separated list. Invalid property names are ignored. -
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expanded options include: *descriptionReturns the project description. *projectKeysReturns all project keys associated with a project. *leadReturns information about the project lead. *issueTypesReturns all issue types associated with the project. *urlReturns the URL associated with the project. *permissionsReturns the permissions associated with the project. *insightEXPERIMENTAL. Returns the insight details of total issue count and last issue update time for the project. **Returns the project with all available expand options.- Gibt zurück:
this.
-
properties
EXPERIMENTAL. A list of project properties to return for the project. This parameter accepts a comma-separated list. Invalid property names are ignored.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-