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 Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GetRecentOperationSpec
(String expand, List<Object> properties) Constructs a validated instance ofGetRecentOperationSpec
.Constructs a validated instance ofGetRecentOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
@Nullable String
expand()
Use [expand](#expansion) to include additional information in the response.Use [expand](#expansion) to include additional information in the response.int
hashCode()
EXPERIMENTAL.properties
(@Nullable List<Object> properties) EXPERIMENTAL.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
-
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: *description
Returns the project description. *projectKeys
Returns all project keys associated with a project. *lead
Returns information about the project lead. *issueTypes
Returns all issue types associated with the project. *url
Returns the URL associated with the project. *permissions
Returns the permissions associated with the project. *insight
EXPERIMENTAL. 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: *description
Returns the project description. *projectKeys
Returns all project keys associated with a project. *lead
Returns information about the project lead. *issueTypes
Returns all issue types associated with the project. *url
Returns the URL associated with the project. *permissions
Returns the permissions associated with the project. *insight
EXPERIMENTAL. 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: *description
Returns the project description. *projectKeys
Returns all project keys associated with a project. *lead
Returns information about the project lead. *issueTypes
Returns all issue types associated with the project. *url
Returns the URL associated with the project. *permissions
Returns the permissions associated with the project. *insight
EXPERIMENTAL. 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
-