Class ContainerSummary
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContainerSummary
ContainerSummary
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.ContainerSummary(String title, String displayUrl) Constructs a validated instance ofContainerSummary.Constructs a validated instance ofContainerSummary. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for displayUrl.displayUrl(String displayUrl) Fluent setter for displayUrl.booleanGets the value of displayUrl.getTitle()Gets the value of title.inthashCode()voidsetDisplayUrl(String displayUrl) Sets the value of displayUrl.voidSets the value of title.title()Fluent getter for title.Fluent setter for title.toString()
-
Field Details
-
title
-
displayUrl
-
-
Constructor Details
-
ContainerSummary
Constructs a validated instance ofContainerSummary.- Parameters:
spec- the specification to process
-
ContainerSummary
@Internal protected ContainerSummary()Protected no-args constructor for use by serialization frameworks. -
ContainerSummary
Constructs a validated instance ofContainerSummary.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContainerSummary(Consumer)instead.- Parameters:
title- titledisplayUrl- displayUrl
-
-
Method Details
-
title
-
title
Fluent setter for title.- Parameters:
title- title- Returns:
- this
-
getTitle
-
setTitle
-
displayUrl
-
displayUrl
Fluent setter for displayUrl.- Parameters:
displayUrl- displayUrl- Returns:
- this
-
getDisplayUrl
-
setDisplayUrl
Sets the value of displayUrl.- Parameters:
displayUrl- displayUrl
-
equals
-
hashCode
-
toString
-