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
ConstructorsModifierConstructorDescriptionprotectedContentStateResponse(ContentState contentState, String lastUpdated) Constructs a validated instance ofContentStateResponse.Constructs a validated instance ofContentStateResponse. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancontentState(ContentState contentState) booleaninthashCode()Timestamp of last publish event where content state changedlastUpdated(String lastUpdated) Timestamp of last publish event where content state changedtoString()
-
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
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
-
ContentStateResponse
protected ContentStateResponse()
-
-
Method Details
-
contentState
-
lastUpdated
Timestamp of last publish event where content state changed -
contentState
- Returns:
this.
-
lastUpdated
Timestamp of last publish event where content state changed- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-