Class CreateGuestSessionResponse.CreateGuestSessionResponseBuilder
java.lang.Object
com.amilesend.tmdb.client.model.auth.CreateGuestSessionResponse.CreateGuestSessionResponseBuilder
- Enclosing class:
CreateGuestSessionResponse
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
expiresAt
(LocalDateTime expiresAt) The timestamp for when the guest session expires at.guestSessionId
(String guestSessionId) The guest session identifier.Success indicator flag.toString()
-
Method Details
-
success
Success indicator flag.- Returns:
this
.
-
guestSessionId
public CreateGuestSessionResponse.CreateGuestSessionResponseBuilder guestSessionId(String guestSessionId) The guest session identifier.- Returns:
this
.
-
expiresAt
public CreateGuestSessionResponse.CreateGuestSessionResponseBuilder expiresAt(LocalDateTime expiresAt) The timestamp for when the guest session expires at.- Returns:
this
.
-
build
-
toString
-