- valueOf(String) - Static method in enum com.box.boxjavalibv2.authorization.OAuthDataController.OAuthTokenState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.box.boxjavalibv2.dao.BoxResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.box.boxjavalibv2.events.OAuthEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.box.restclientv2.RestMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.box.boxjavalibv2.authorization.OAuthDataController.OAuthTokenState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.box.boxjavalibv2.dao.BoxResourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.box.boxjavalibv2.events.OAuthEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.box.restclientv2.RestMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VIEWER - Static variable in class com.box.boxjavalibv2.dao.BoxCollaborationRole
-
A Viewer has full read access to a folder.
- VIEWER_UPLOADER - Static variable in class com.box.boxjavalibv2.dao.BoxCollaborationRole
-
This access level is a combination of Viewer and Uploader.
- visitException(Exception, int) - Method in interface com.box.restclientv2.IBoxRestVisitor
-
Visit the exception when exception is thrown during http call.
- visitRequestBeforeSend(HttpRequest, int) - Method in interface com.box.restclientv2.IBoxRestVisitor
-
Visit the http request right before request sent out.
- visitResponseUponReceiving(HttpResponse, int) - Method in interface com.box.restclientv2.IBoxRestVisitor
-
Visit the http response after response is received.