Class Lastmodified
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Lastmodified
Lastmodified
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.Lastmodified(Version version, String friendlyLastModified) Constructs a validated instance ofLastmodified.Lastmodified(Consumer<Lastmodified> spec) Constructs a validated instance ofLastmodified. -
Method Summary
Modifier and TypeMethodDescriptionbooleanFluent getter for friendlyLastModified.friendlyLastModified(String friendlyLastModified) Fluent setter for friendlyLastModified.Gets the value of friendlyLastModified.Gets the value of version.inthashCode()voidsetFriendlyLastModified(String friendlyLastModified) Sets the value of friendlyLastModified.voidsetVersion(Version version) Sets the value of version.toString()version()Fluent getter for version.Fluent setter for version.
-
Field Details
-
version
-
friendlyLastModified
-
-
Constructor Details
-
Lastmodified
Constructs a validated instance ofLastmodified.- Parameters:
spec- the specification to process
-
Lastmodified
@Internal protected Lastmodified()Protected no-args constructor for use by serialization frameworks. -
Lastmodified
Constructs a validated instance ofLastmodified.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Lastmodified(Consumer)instead.- Parameters:
version- versionfriendlyLastModified- friendlyLastModified
-
-
Method Details
-
version
-
version
Fluent setter for version.- Parameters:
version- version- Returns:
- this
-
getVersion
-
setVersion
-
friendlyLastModified
Fluent getter for friendlyLastModified.- Returns:
- friendlyLastModified
-
friendlyLastModified
Fluent setter for friendlyLastModified.- Parameters:
friendlyLastModified- friendlyLastModified- Returns:
- this
-
getFriendlyLastModified
Gets the value of friendlyLastModified.- Returns:
- friendlyLastModified
-
setFriendlyLastModified
Sets the value of friendlyLastModified.- Parameters:
friendlyLastModified- friendlyLastModified
-
equals
-
hashCode
-
toString
-