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) 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.@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) 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.
-
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. -
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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-