Class CheckBoxAccessTokenResultJson

    • Constructor Detail

      • CheckBoxAccessTokenResultJson

        public CheckBoxAccessTokenResultJson()
    • Method Detail

      • getTokenExpired

        public Boolean getTokenExpired()
        A flag to indicate if the Box refresh token expires or not. True if the refresh token expires.
        Returns:
        A flag to indicate if the Box refresh token expires or not. True if the refresh token expires.
      • setTokenExpired

        public void setTokenExpired​(Boolean tokenExpired)
        A flag to indicate if the Box refresh token expires or not. True if the refresh token expires.
        Parameters:
        tokenExpired - A flag to indicate if the Box refresh token expires or not. True if the refresh token expires.
      • getHasAccessToken

        public Boolean getHasAccessToken()
        A flag to indicate if the Box access token exists or not. True if the access token exists.
        Returns:
        A flag to indicate if the Box access token exists or not. True if the access token exists.
      • setHasAccessToken

        public void setHasAccessToken​(Boolean hasAccessToken)
        A flag to indicate if the Box access token exists or not. True if the access token exists.
        Parameters:
        hasAccessToken - A flag to indicate if the Box access token exists or not. True if the access token exists.