- saveAuth(IAuthData) - Method in interface com.box.boxjavalibv2.authorization.IAuthSecureStorage
-
Save auth in a secure way.
- saveAuth(IAuthSecureStorage) - Method in class com.box.boxjavalibv2.BoxClient
-
Save auth in a customized secure storage.
- SCHEME - Static variable in class com.box.boxjavalibv2.requests.RequestTestBase
-
- search(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxSearchManagerImpl
-
- search(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxSearchManager
-
Perform a search against the user's account.
- SearchRequest - Class in com.box.boxjavalibv2.requests
-
Request to get the items inside a folder.
- SearchRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.SearchRequest
-
Constructor.
- set(BoxAndroidCollection) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter
-
- setAccess(String) - Method in class com.box.boxjavalibv2.jsonentities.BoxSharedLinkRequestEntity
-
Set access String.
- setAccessibleBy(String, String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
-
- setAddress(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
-
- setAllowShowingRedirectPage(boolean) - Method in class com.box.boxandroidlibv2.views.OAuthWebView
-
- setAllowShowRedirectPage(boolean) - Method in class com.box.boxandroidlibv2.views.OAuthWebView.OAuthWebViewClient
-
- setAuth(IBoxRequest) - Method in class com.box.boxjavalibv2.authorization.OAuthAuthorization
-
- setAuth(IBoxRequest) - Method in class com.box.boxjavalibv2.authorization.SharedLinkAuthorization
-
- setAuth(IBoxRequest) - Method in class com.box.restclientv2.authorization.DefaultAuthHeaderAuth
-
- setAuth(IBoxRequest) - Method in class com.box.restclientv2.authorization.DefaultRequestAuth
-
- setAuth(IBoxRequest) - Method in class com.box.restclientv2.authorization.DefaultUsernamePasswordAuth
-
- setAuth(IBoxRequest) - Method in interface com.box.restclientv2.authorization.IBoxRequestAuth
-
Set Auth into the API request.
- setAuth(IBoxRequestAuth) - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
-
- setAuth(IBoxRequestAuth) - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
-
Set authorization.
- setAuthCode(String) - Method in class com.box.restclientv2.requestsbase.BoxOAuthRequestObject
-
- setAuthUrlScheme(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
-
- setAutoRefreshOAuth(boolean) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
-
Makes OAuth auto refresh itself when token expires.
- setAutoRefreshOAuth(boolean) - Method in class com.box.boxjavalibv2.BoxClient
-
Makes OAuth auto refresh itself when token expires.
- setBoxItem(BoxListItem) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter.ViewHolder
-
- setCan_download(Boolean) - Method in class com.box.boxjavalibv2.dao.BoxSharedLinkPermissions
-
Setter.
- setCanDownload(Boolean) - Method in class com.box.boxjavalibv2.jsonentities.BoxSharedLinkPermissionsRequestEntity
-
Setter.
- setCanSeeManagedUsers(boolean) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
-
- setClient(String, String) - Method in class com.box.restclientv2.requestsbase.BoxOAuthRequestObject
-
- setCode(String) - Method in class com.box.boxjavalibv2.dao.BoxServerError
-
Setter.
- setConnectionOpen(boolean) - Method in class com.box.boxjavalibv2.BoxClient
-
Set whether we want the connection to keep open (and reused) after an api call.
- setConnectionOpen(boolean) - Method in class com.box.boxjavalibv2.BoxRESTClient
-
- setConnectionTimeOut(int) - Method in class com.box.boxjavalibv2.BoxClient
-
Set connection time out.
- setConnectionTimeOut(int) - Method in class com.box.boxjavalibv2.BoxRESTClient
-
- setContent(InputStream) - Method in class com.box.boxjavalibv2.dao.BoxBigPayloadObject
-
Set content.
- setContentLength(double) - Method in class com.box.boxjavalibv2.dao.BoxBigPayloadObject
-
- setContentMD5(String) - Method in class com.box.restclientv2.requestsbase.BoxFileUploadRequestObject
-
Set the content MD5 in the request.
- setContext(Object) - Method in exception com.box.boxjavalibv2.exceptions.BoxUnexpectedHttpStatusException
-
- setCookie(ICookie) - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
-
- setCookie(ICookie) - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
-
Set cookie.
- setCookie(IBoxRequest) - Method in interface com.box.restclientv2.requestsbase.ICookie
-
Set cookie into API request.
- setCreatedBy(BoxUser) - Method in class com.box.boxjavalibv2.dao.BoxLock
-
- setDescription(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
-
Set description of the file
- setDescriptionView(TextView) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter.ViewHolder
-
- setDevice(String, String) - Method in class com.box.boxandroidlibv2.views.OAuthWebView.OAuthWebViewClient
-
- setDevice(String, String) - Method in class com.box.boxandroidlibv2.views.OAuthWebView
-
- setDevice(String, String) - Method in class com.box.restclientv2.requestsbase.BoxOAuthRequestObject
-
- setDeviceId(String) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
-
Set device id.
- setDeviceName(String) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
-
Set device name.
- setDownloadPrevented(Boolean) - Method in class com.box.boxjavalibv2.dao.BoxLock
-
- setDownloadUrlAuthority(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
-
Set a custom Download URL Authority.
- setDownloadUrlPath(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
-
- setDownloadUrlScheme(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
-
Set a custom Download URL scheme.
- setEnterprise(BoxEnterpriseRequestEntity) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
-
- setEntity(HttpEntity) - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
-
Set entity for the request.
- setExemptFromDeviceLimits(boolean) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
-
- setExemptFromLoginVerification(boolean) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
-
- setExpectedResponseCode(int) - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
-
Set the expected returned http response status code.
- setExpectedResponseCode(int) - Method in class com.box.restclientv2.responses.DefaultBoxResponse
-
Set expected response http status code, in case the response have different response code, the response will be treated as error.
- setExpiresAt(String) - Method in class com.box.boxjavalibv2.dao.BoxLock
-
- setFile(BoxItem) - Method in class com.box.boxjavalibv2.dao.BoxLock
-
- setFirstPage(Integer) - Method in class com.box.boxjavalibv2.dao.BoxPreview
-
- setFolderUploadEmail(BoxEmail) - Method in class com.box.boxjavalibv2.dao.BoxFolder
-
Setter.
- setFragment(String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
-
Sets URI fragment.
- setGroup(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxGroupMembershipRequestObject
-
- setHasCollaborations(Boolean) - Method in class com.box.boxjavalibv2.dao.BoxFolder
-
Setter.
- setHelpUrl(String) - Method in class com.box.boxjavalibv2.dao.BoxServerError
-
Setter.
- setHost(String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
-
Sets URI host.
- setIconView(ImageView) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter.ViewHolder
-
- setIdleTimeThreshold(long) - Method in class com.box.boxjavalibv2.BoxConnectionManagerBuilder
-
- setIfMatch(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxRequestExtras
-
Set etag.
- setIfMatch(String) - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
-
Set If-Match header.
- setItem(IBoxType, String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCommentRequestObject
-
Set the item to be commented.
- setItemCollection(BoxAndroidCollection) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFolder
-
- setItemCollection(BoxCollection) - Method in class com.box.boxjavalibv2.dao.BoxFolder
-
Setter.
- setJobTitle(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
-
- setLanguage(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
-
- setLastPage(int) - Method in class com.box.boxjavalibv2.dao.BoxPreview
-
Set the last page number.
- setLimit(int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxEventRequestObject
-
Set the limit for the number of events that will be returned.
- setListener(IFileTransferListener) - Method in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
-
Set upload listener.
- setListener(IFileTransferListener) - Method in class com.box.restclientv2.requestsbase.BoxFileUploadRequestObject
-
Set upload listener.
- setLocalFileCreatedAt(Date) - Method in class com.box.restclientv2.requestsbase.BoxFileUploadRequestObject
-
Set the time that the file was locally created.
- setLocalFileLastModifiedAt(Date) - Method in class com.box.restclientv2.requestsbase.BoxFileUploadRequestObject
-
Set the time that the file was locally last modified.
- setLockType(String) - Method in class com.box.boxjavalibv2.dao.BoxLock
-
- setLogin(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
-
Set Login(email) of the user.
- setMaxConnection(int) - Method in class com.box.boxjavalibv2.BoxConnectionManagerBuilder
-
- setMaxConnectionPerRoute(int) - Method in class com.box.boxjavalibv2.BoxConnectionManagerBuilder
-
- setMaxHeight(int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject
-
- setMaxWidth(int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject
-
- setMessage(String) - Method in class com.box.boxjavalibv2.dao.BoxGenericServerError
-
- setMessage(String) - Method in class com.box.boxjavalibv2.dao.BoxServerError
-
Setter.
- setMessage(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCommentRequestObject
-
Set the comment message.
- setMinHeight(int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject
-
- setMinWidth(int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject
-
- setMultipartMIME(MultipartEntityWithProgressListener) - Method in class com.box.restclientv2.requestsbase.BoxFileUploadRequestObject
-
- setName(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemCopyRequestObject
-
Set name of the file.
- setName(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
-
Set name of the file.
- setName(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
-
- setNameView(TextView) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter.ViewHolder
-
- setNavigationList(ArrayList<NavigationItem>) - Method in class com.box.boxandroidlibv2.adapters.NavigationListAdapter
-
Set the list of NavigationTreeItems.
- setNavigationSpinner(NavigationItem) - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
-
Shows a single navigation item in the spinner.
- setNavigationSpinner(BoxAndroidFolder) - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
-
Shows a navigation spinner with all items in the provided folder.
- setNewName(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRestoreRequestObject
-
Rename the restored item.
- setNewParent(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRestoreRequestObject
-
Set new parent for the restored item.
- setNotifyUser(boolean) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxSimpleUserRequestObject
-
Set whether the user should receive an email notification.
- setOAuthApiUrlPath(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
-
- setOAuthData(BoxOAuthToken) - Method in class com.box.boxjavalibv2.authorization.OAuthAuthorization
-
- setOAuthData(BoxOAuthToken) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
-
- setOAuthUrlAuthority(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
-
- setOAuthUrlPath(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
-
- setOnProgressUpdateThreshold(int) - Static method in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
-
Set the threshold time for progress updating.
- setOptionalState(String) - Method in class com.box.boxandroidlibv2.views.OAuthWebView
-
Set the state, this is optional.
- setOptionalState(String) - Method in class com.box.boxjavalibv2.authorization.OAuthWebViewData
-
- setPage(int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject
-
- setPage(int, int) - Method in class com.box.restclientv2.requestsbase.BoxDefaultRequestObject
-
- setParameter(String, String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
-
Sets parameter of URI query overriding existing value if set.
- setParent(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
-
Set parent folder of the file.
- setPassword(String) - Method in class com.box.boxjavalibv2.authorization.SharedLinkAuthorization
-
Set password for the shared link auth, this is needed if a shared file is password protected.
- setPath(String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
-
Sets URI path.
- setPermissions(boolean) - Method in class com.box.boxjavalibv2.jsonentities.BoxSharedLinkRequestEntity
-
Set permissions
- setPhone(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
-
- setPort(int) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
-
Sets URI port.
- setProgressListener(IFileTransferListener) - Method in class com.box.boxjavalibv2.filetransfer.BoxFileDownload
-
Set the listener listening to download progress.
- setProgressUpdateInterval(int) - Method in class com.box.boxjavalibv2.filetransfer.BoxFileDownload
-
Set the interval time you want the progress update to be reported.
- setQuery(String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
-
Sets URI query.
- setRedirectUrl(String) - Method in class com.box.boxjavalibv2.authorization.OAuthWebViewData
-
- setRedirectUrl(String) - Method in class com.box.restclientv2.requestsbase.BoxOAuthRequestObject
-
- setRefreshFail(Exception) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
-
- setRefreshToken(String) - Method in class com.box.restclientv2.requestsbase.BoxOAuthRequestObject
-
- setRequestFields(List<String>) - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
-
Set fields on the request.
- setRequestId(String) - Method in class com.box.boxjavalibv2.dao.BoxServerError
-
Setter.
- setRetryAfter(Integer) - Method in class com.box.boxjavalibv2.exceptions.BoxUnexpectedStatus
-
Setter.
- setRevokeToken(String) - Method in class com.box.restclientv2.requestsbase.BoxOAuthRequestObject
-
Set the token to revoke.
- setRole(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
-
Set the role.
- setRole(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxGroupMembershipRequestObject
-
- setRole(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
-
Set The the user's enterprise role.
- setScheme(String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
-
Sets URI scheme.
- setServiceAction(BoxServiceAction) - Method in class com.box.boxjavalibv2.dao.BoxLock
-
- setSharedLink(BoxSharedLinkRequestEntity) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxSharedLinkRequestObject
-
Set shared link.
- setSpaceAmount(double) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
-
- setStatus(Integer) - Method in class com.box.boxjavalibv2.dao.BoxServerError
-
Setter.
- setStatus(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
-
- setStatus(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
-
- setStreamType(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxEventRequestObject
-
Set the stream_type.
- setSyncEnabled(boolean) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
-
- setTags(String[]) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
-
- setTask(FutureTask<?>) - Method in class com.box.boxandroidlibv2.viewdata.BoxListItem
-
Set a future task for the
- setThumbnailIntoView(ImageView, BoxItem) - Method in class com.box.boxandroidlibv2.manager.ThumbnailManager
-
Sets the best known image for given item into the given view.
- setTimePeriodCleanUpIdleConnection(long) - Method in class com.box.boxjavalibv2.BoxConnectionManagerBuilder
-
- setTokenState(OAuthDataController.OAuthTokenState) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
-
- setTrackingCodes(LinkedHashMap<String, String>) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
-
- setType(String) - Method in class com.box.boxjavalibv2.dao.BoxTypedObject
-
Setter.
- setUnshared_at(Date) - Method in class com.box.boxjavalibv2.jsonentities.BoxSharedLinkRequestEntity
-
Set the time to unshare the link.
- setUp() - Method in class com.box.boxjavalibv2.responseparsers.BoxObjectResponseParserTest
-
- setUp() - Method in class com.box.boxjavalibv2.responseparsers.ErrorResponseParserTest
-
- setUp() - Method in class com.box.boxjavalibv2.responseparsers.PreviewResponseParserTest
-
- setUp() - Method in class com.box.restclientv2.interfaces.InterfacesTest
-
- setup() - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequestTest
-
- setUp() - Method in class com.box.restclientv2.responseparsers.DefaultBoxJSONResponseParserTest
-
- setup() - Method in class com.box.restclientv2.responses.DefaultBoxResponseTest
-
- setUploadEmail(String, String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
-
Set the email-to-upload address for this folder.
- setUploadUrlAuthority(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
-
Set a custom Upload URL Authority.
- setUploadUrlPath(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
-
- setUploadUrlScheme(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
-
Set a custom Upload URL scheme.
- setUser(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxGroupMembershipRequestObject
-
- setUserAgent(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
-
Set the String to use as the User-Agent HTTP header.
- setUserInfo(String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
-
Sets URI user info.
- setUserInfo(String, String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
-
Sets URI user info as a combination of username and password.
- setWaitTimeOut(int) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
-
Set the timeout for threads waiting for OAuth token refresh.
- SharedItemAuth - Class in com.box.boxjavalibv2.authorization
-
Class implementing the shared item authorization used to make api calls on shared link items.
- SharedItemAuth(String, String, String, String, String, String) - Constructor for class com.box.boxjavalibv2.authorization.SharedItemAuth
-
Constructor.
- SharedLinkAuthorization - Class in com.box.boxjavalibv2.authorization
-
Shared link authorization.
- SharedLinkAuthorization(OAuthAuthorization, String, String) - Constructor for class com.box.boxjavalibv2.authorization.SharedLinkAuthorization
-
Constructor.
- SharedLinkRequestObjectTest - Class in com.box.boxjavalibv2.jsonentities
-
- SharedLinkRequestObjectTest() - Constructor for class com.box.boxjavalibv2.jsonentities.SharedLinkRequestObjectTest
-
- shouldOverrideUrlLoading(WebView, String) - Method in class com.box.boxandroidlibv2.views.OAuthWebView.OAuthWebViewClient
-
- spinner - Static variable in class com.box.boxandroidlibv2.R.id
-
- startOAuth(String, String, String, boolean, String, String) - Method in class com.box.boxandroidlibv2.activities.OAuthActivity
-
Start oauth flow.
- STATUS_ACCEPTED - Static variable in class com.box.boxjavalibv2.dao.BoxCollaboration
-
Collaboration invitation is accepted.
- STATUS_ACTIVE - Static variable in class com.box.boxjavalibv2.dao.BoxUser
-
Used when user status is active
- STATUS_INACTIVE - Static variable in class com.box.boxjavalibv2.dao.BoxUser
-
Used when user status is inactive
- STATUS_PENDING - Static variable in class com.box.boxjavalibv2.dao.BoxCollaboration
-
Collaboration invitation is pending.
- STATUS_REJECTED - Static variable in class com.box.boxjavalibv2.dao.BoxCollaboration
-
Collaboration invitation is rejected.
- STREAM_POSITION_NOW - Static variable in class com.box.boxjavalibv2.requests.requestobjects.BoxEventRequestObject
-
Stream position of "now",See http://developers.box.com/docs/#events.
- STREAM_TYPE_ALL - Static variable in class com.box.boxjavalibv2.requests.requestobjects.BoxEventRequestObject
-
- STREAM_TYPE_CHANGES - Static variable in class com.box.boxjavalibv2.requests.requestobjects.BoxEventRequestObject
-
- STREAM_TYPE_SYNC - Static variable in class com.box.boxjavalibv2.requests.requestobjects.BoxEventRequestObject
-
- StringMessage - Class in com.box.boxandroidlibv2.viewlisteners
-
A String message.
- StringMessage(String, String) - Constructor for class com.box.boxandroidlibv2.viewlisteners.StringMessage
-
Constructor.
- StringMessage - Class in com.box.boxjavalibv2.authorization
-
A String message.
- StringMessage(String, String) - Constructor for class com.box.boxjavalibv2.authorization.StringMessage
-
Constructor.