Class ContentStateResponse
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContentStateResponse
ContentStateResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContentStateprotected StringTimestamp of last publish event where content state changed -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.ContentStateResponse(ContentState contentState, String lastUpdated) Constructs a validated instance ofContentStateResponse.Constructs a validated instance ofContentStateResponse. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for contentState.contentState(ContentState contentState) Fluent setter for contentState.booleanGets the value of contentState.Gets the value of lastUpdated.inthashCode()Fluent getter for lastUpdated.lastUpdated(String lastUpdated) Fluent setter for lastUpdated.voidsetContentState(ContentState contentState) Sets the value of contentState.voidsetLastUpdated(String lastUpdated) Sets the value of lastUpdated.toString()
-
Field Details
-
contentState
-
lastUpdated
Timestamp of last publish event where content state changed
-
-
Constructor Details
-
ContentStateResponse
Constructs a validated instance ofContentStateResponse.- Parameters:
spec- the specification to process
-
ContentStateResponse
@Internal protected ContentStateResponse()Protected no-args constructor for use by serialization frameworks. -
ContentStateResponse
Constructs a validated instance ofContentStateResponse.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentStateResponse(Consumer)instead.- Parameters:
contentState- contentStatelastUpdated- Timestamp of last publish event where content state changed
-
-
Method Details
-
contentState
-
contentState
Fluent setter for contentState.- Parameters:
contentState- contentState- Returns:
- this
-
getContentState
-
setContentState
Sets the value of contentState.- Parameters:
contentState- contentState
-
lastUpdated
Fluent getter for lastUpdated.Timestamp of last publish event where content state changed
- Returns:
- lastUpdated
-
lastUpdated
Fluent setter for lastUpdated.Timestamp of last publish event where content state changed
- Parameters:
lastUpdated- lastUpdated- Returns:
- this
-
getLastUpdated
Gets the value of lastUpdated.Timestamp of last publish event where content state changed
- Returns:
- lastUpdated
-
setLastUpdated
Sets the value of lastUpdated.Timestamp of last publish event where content state changed
- Parameters:
lastUpdated- lastUpdated
-
equals
-
hashCode
-
toString
-