Class DropboxAuthState

java.lang.Object
org.apache.clusterbr.zupportl5.entity.DropboxAuthState

@Entity public class DropboxAuthState extends Object

UML Diagrams:

UML CLASS Diagram

Since:
2024-1108
Author:
arcbrth@gmail.com
  • Constructor Details

    • DropboxAuthState

      public DropboxAuthState()
    • DropboxAuthState

      public DropboxAuthState(String requestId, String state)
    • DropboxAuthState

      public DropboxAuthState(String requestId, String state, String clientId, LocalDateTime expiresAt)
  • Method Details

    • getRequestId

      public String getRequestId()
    • setRequestId

      public void setRequestId(String requestId)
    • getState

      public String getState()
    • setState

      public void setState(String state)
    • getCreatedAt

      public LocalDateTime getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(LocalDateTime createdAt)
    • getExpiresAt

      public LocalDateTime getExpiresAt()
    • setExpiresAt

      public void setExpiresAt(LocalDateTime expiresAt)