Klasse GetSpacePropertiesOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetSpacePropertiesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetSpacePropertiesOperationSpec
extends Object
GetSpacePropertiesSpec
Specification for the GetSpaceProperties operation.
Get space properties in space
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetSpacePropertiesOperationSpec(Long spaceId, String key, String cursor, Integer limit, Boolean serializeIdsAsStrings) Constructs a validated instance ofGetSpacePropertiesOperationSpec.Constructs a validated instance ofGetSpacePropertiesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@Nullable Stringcursor()Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header.Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header.booleaninthashCode()@Nullable Stringkey()The key of the space property to retrieve.The key of the space property to retrieve.@Nullable Integerlimit()Maximum number of pages per result to return.Maximum number of pages per result to return.@Nullable BooleanDue to JavaScript's max integer representation of 2^53-1, the type of any IDs returned in the response body for this endpoint will be changed from a numeric type to a string type at the end of the deprecation period.serializeIdsAsStrings(@Nullable Boolean serializeIdsAsStrings) Due to JavaScript's max integer representation of 2^53-1, the type of any IDs returned in the response body for this endpoint will be changed from a numeric type to a string type at the end of the deprecation period.@NotNull LongspaceId()The ID of the space for which space properties should be returned.The ID of the space for which space properties should be returned.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
-
GetSpacePropertiesOperationSpec
Constructs a validated instance ofGetSpacePropertiesOperationSpec.- Parameter:
spec- the specification to process
-
GetSpacePropertiesOperationSpec
@Internal public GetSpacePropertiesOperationSpec(Long spaceId, String key, String cursor, Integer limit, Boolean serializeIdsAsStrings) Constructs a validated instance ofGetSpacePropertiesOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
spaceId- The ID of the space for which space properties should be returned.key- The key of the space property to retrieve. This should be used when a user knows the key of their property, but needs to retrieve the id for use in other methods.cursor- Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results.limit- Maximum number of pages per result to return. If more results exist, use theLinkheader to retrieve a relative URL that will return the next set of results.serializeIdsAsStrings- Due to JavaScript's max integer representation of 2^53-1, the type of any IDs returned in the response body for this endpoint will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, this query param can be passed to this endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.
-
GetSpacePropertiesOperationSpec
protected GetSpacePropertiesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
spaceId
The ID of the space for which space properties should be returned. -
key
The key of the space property to retrieve. This should be used when a user knows the key of their property, but needs to retrieve the id for use in other methods. -
cursor
Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results. -
limit
Maximum number of pages per result to return. If more results exist, use theLinkheader to retrieve a relative URL that will return the next set of results. -
serializeIdsAsStrings
Due to JavaScript's max integer representation of 2^53-1, the type of any IDs returned in the response body for this endpoint will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, this query param can be passed to this endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail. -
spaceId
The ID of the space for which space properties should be returned.- Gibt zurück:
this.
-
key
The key of the space property to retrieve. This should be used when a user knows the key of their property, but needs to retrieve the id for use in other methods.- Gibt zurück:
this.
-
cursor
Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results.- Gibt zurück:
this.
-
limit
Maximum number of pages per result to return. If more results exist, use theLinkheader to retrieve a relative URL that will return the next set of results.- Gibt zurück:
this.
-
serializeIdsAsStrings
public GetSpacePropertiesOperationSpec serializeIdsAsStrings(@Nullable @Nullable Boolean serializeIdsAsStrings) Due to JavaScript's max integer representation of 2^53-1, the type of any IDs returned in the response body for this endpoint will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, this query param can be passed to this endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-