Class MediaToken
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.MediaToken
MediaToken
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMediaToken(Consumer<MediaToken> spec) Constructs a validated instance ofMediaToken.MediaToken(List<String> collectionIds, String contentId, String expiryDateTime, List<String> fileIds, String token) Constructs a validated instance ofMediaToken. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancollectionIds(List<String> collectionIds) booleanexpiryDateTime(String expiryDateTime) fileIds()inthashCode()token()toString()
-
Field Details
-
collectionIds
-
contentId
-
expiryDateTime
-
fileIds
-
token
-
-
Constructor Details
-
MediaToken
Constructs a validated instance ofMediaToken.- Parameters:
spec- the specification to process
-
MediaToken
@Internal public MediaToken(List<String> collectionIds, String contentId, String expiryDateTime, List<String> fileIds, String token) Constructs a validated instance ofMediaToken.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
MediaToken(Consumer)instead.- Parameters:
collectionIds- collectionIdscontentId- contentIdexpiryDateTime- expiryDateTimefileIds- fileIdstoken- token
-
MediaToken
protected MediaToken()
-
-
Method Details
-
collectionIds
-
contentId
-
expiryDateTime
-
fileIds
-
token
-
collectionIds
- Returns:
this.
-
contentId
- Returns:
this.
-
expiryDateTime
- Returns:
this.
-
fileIds
- Returns:
this.
-
token
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-