Class GlobalSpaceIDEntifier
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.GlobalSpaceIDEntifier
GlobalSpaceIDEntifier
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.GlobalSpaceIDEntifier(String spaceIdentifier) Constructs a validated instance ofGlobalSpaceIDEntifier.Constructs a validated instance ofGlobalSpaceIDEntifier. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of spaceIdentifier.inthashCode()voidsetSpaceIdentifier(String spaceIdentifier) Sets the value of spaceIdentifier.Fluent getter for spaceIdentifier.spaceIdentifier(String spaceIdentifier) Fluent setter for spaceIdentifier.toString()
-
Field Details
-
spaceIdentifier
-
-
Constructor Details
-
GlobalSpaceIDEntifier
Constructs a validated instance ofGlobalSpaceIDEntifier.- Parameters:
spec- the specification to process
-
GlobalSpaceIDEntifier
@Internal protected GlobalSpaceIDEntifier()Protected no-args constructor for use by serialization frameworks. -
GlobalSpaceIDEntifier
Constructs a validated instance ofGlobalSpaceIDEntifier.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GlobalSpaceIDEntifier(Consumer)instead.- Parameters:
spaceIdentifier- spaceIdentifier
-
-
Method Details
-
spaceIdentifier
-
spaceIdentifier
Fluent setter for spaceIdentifier.- Parameters:
spaceIdentifier- spaceIdentifier- Returns:
- this
-
getSpaceIdentifier
-
setSpaceIdentifier
Sets the value of spaceIdentifier.- Parameters:
spaceIdentifier- spaceIdentifier
-
equals
-
hashCode
-
toString
-