Class DropboxAuthState
java.lang.Object
org.apache.clusterbr.zupportl5.entity.DropboxAuthState
UML Diagrams:

- Since:
- 2024-1108
- Author:
- arcbrth@gmail.com
-
Constructor Summary
ConstructorsConstructorDescriptionDropboxAuthState(String requestId, String state) DropboxAuthState(String requestId, String state, String clientId, LocalDateTime expiresAt) -
Method Summary
Modifier and TypeMethodDescriptiongetState()voidsetCreatedAt(LocalDateTime createdAt) voidsetExpiresAt(LocalDateTime expiresAt) voidsetRequestId(String requestId) void
-
Constructor Details
-
DropboxAuthState
public DropboxAuthState() -
DropboxAuthState
-
DropboxAuthState
-
-
Method Details
-
getRequestId
-
setRequestId
-
getState
-
setState
-
getCreatedAt
-
setCreatedAt
-
getExpiresAt
-
setExpiresAt
-