Index
A B C D E F G H I J L M N O P Q R S T U V W
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- and(AuthorizationRequest.Scope) - Method in enum com.force.api.AuthorizationRequest.Scope
- API - com.force.api.AuthorizationRequest.Scope
- apiConfig(ApiConfig) - Method in class com.force.api.AuthorizationRequest
- apiConfig(ApiConfig) - Method in class com.force.api.AuthorizationResponse
- ApiConfig - Class in com.force.api
- ApiConfig() - Constructor for class com.force.api.ApiConfig
- ApiError - Class in com.force.api
- ApiError() - Constructor for class com.force.api.ApiError
- ApiErrorCode - Enum in com.force.api
- ApiException - Exception in com.force.api
- ApiException(int, String) - Constructor for exception com.force.api.ApiException
- ApiSession - Class in com.force.api
- ApiSession() - Constructor for class com.force.api.ApiSession
- ApiSession(String, String) - Constructor for class com.force.api.ApiSession
- ApiTokenException - Exception in com.force.api
- ApiTokenException(String) - Constructor for exception com.force.api.ApiTokenException
- ApiVersion - Enum in com.force.api
- as(Class<T>) - Method in class com.force.api.ResourceRepresentation
- asList() - Method in class com.force.api.ResourceRepresentation
- asMap() - Method in class com.force.api.ResourceRepresentation
- Auth - Class in com.force.api
- Auth() - Constructor for class com.force.api.Auth
- authenticate(ApiConfig) - Static method in class com.force.api.Auth
- AuthException - Exception in com.force.api
- AuthException(int, String) - Constructor for exception com.force.api.AuthException
- AuthorizationRequest - Class in com.force.api
- AuthorizationRequest() - Constructor for class com.force.api.AuthorizationRequest
- AuthorizationRequest.Display - Enum in com.force.api
- AuthorizationRequest.Scope - Enum in com.force.api
- AuthorizationResponse - Class in com.force.api
- AuthorizationResponse() - Constructor for class com.force.api.AuthorizationResponse
B
- BYTE - com.force.api.http.HttpRequest.ResponseFormat
C
- CHATTER_API - com.force.api.AuthorizationRequest.Scope
- ChildEntity() - Constructor for class com.force.api.DescribeSObject.ChildEntity
- clone() - Method in class com.force.api.ApiConfig
- code(String) - Method in class com.force.api.AuthorizationResponse
- CODE - Static variable in exception com.force.api.ApiTokenException
- com.force.api - package com.force.api
- com.force.api.http - package com.force.api.http
- compareTo(ExtendedApiVersion) - Method in class com.force.api.ExtendedApiVersion
- completeOAuthWebServerFlow(AuthorizationResponse) - Static method in class com.force.api.Auth
- contains(String) - Method in class com.force.api.SupportedVersions
- content(byte[]) - Method in class com.force.api.http.HttpRequest
- CREATED - com.force.api.CreateOrUpdateResult
- CreateOrUpdateResult - Enum in com.force.api
- createOrUpdateSObject(String, String, String, Object) - Method in class com.force.api.ForceApi
- CreateResponse - Class in com.force.api
- CreateResponse() - Constructor for class com.force.api.CreateResponse
- createSObject(String, Object) - Method in class com.force.api.ForceApi
- curlHelper() - Method in class com.force.api.ForceApi
D
- DEFAULT_VERSION - com.force.api.ApiVersion
- delete(String) - Method in class com.force.api.ForceApi
-
sends a custom REST API DELETE request
- deleteSObject(String, String) - Method in class com.force.api.ForceApi
- describeGlobal() - Method in class com.force.api.ForceApi
- DescribeGlobal - Class in com.force.api
- DescribeGlobal() - Constructor for class com.force.api.DescribeGlobal
- describeSObject(String) - Method in class com.force.api.ForceApi
- DescribeSObject - Class in com.force.api
-
This class represents a JSON response from /services/data/v{version}/sobjects/{sobjectName}/describe It has all of the fields for a particular sobject, and metadata about those fields.
- DescribeSObject() - Constructor for class com.force.api.DescribeSObject
- DescribeSObject.ChildEntity - Class in com.force.api
-
Child Relationships.
- DescribeSObject.Field - Class in com.force.api
-
This class represents part of a JSON response from /services/data/v{version}/sobjects/{sobjectName}/describe
- DescribeSObject.PicklistEntry - Class in com.force.api
-
This class represents a picklist value as given by a describe api call.
- DescribeSObjectBasic - Class in com.force.api
- DescribeSObjectBasic() - Constructor for class com.force.api.DescribeSObjectBasic
- describeSObjectIfModified(String, Date) - Method in class com.force.api.ForceApi
-
Retrieves all the metadata for an object, including information about each field, URLs, and child relationships.
- discoverSObject(String, Class<T>) - Method in class com.force.api.ForceApi
- DiscoverSObject<T> - Class in com.force.api
- display(AuthorizationRequest.Display) - Method in class com.force.api.AuthorizationRequest
E
- equals(Object) - Method in class com.force.api.ExtendedApiVersion
- expectsCode(int) - Method in class com.force.api.http.HttpRequest
- ExtendedApiVersion - Class in com.force.api
-
represents a single supported API version as reported by the
/services/dataresource for the instance endpoint returned on authentication. - ExtendedApiVersion() - Constructor for class com.force.api.ExtendedApiVersion
- ExtendedApiVersion(float) - Constructor for class com.force.api.ExtendedApiVersion
- ExtendedApiVersion(ExtendedApiVersion.Season, int) - Constructor for class com.force.api.ExtendedApiVersion
- ExtendedApiVersion(String) - Constructor for class com.force.api.ExtendedApiVersion
- ExtendedApiVersion.Season - Enum in com.force.api
F
- Field() - Constructor for class com.force.api.DescribeSObject.Field
- ForceApi - Class in com.force.api
-
main class for making API calls.
- ForceApi(ApiConfig) - Constructor for class com.force.api.ForceApi
- ForceApi(ApiConfig, ApiSession) - Constructor for class com.force.api.ForceApi
- ForceApi(ApiSession) - Constructor for class com.force.api.ForceApi
- formPost() - Static method in class com.force.api.http.HttpRequest
- FULL - com.force.api.AuthorizationRequest.Scope
G
- get(String) - Method in class com.force.api.ForceApi
- getAccessToken() - Method in class com.force.api.ApiSession
- getAllFields() - Method in class com.force.api.DescribeSObject
- getApiEndpoint() - Method in class com.force.api.ApiSession
- getApiErrorCode() - Method in class com.force.api.ApiError
- getApiVersion() - Method in class com.force.api.ApiConfig
-
Deprecated.use #getApiVersionString instead
- getApiVersionString() - Method in class com.force.api.ApiConfig
- getAuthorization() - Method in class com.force.api.http.HttpRequest
- getBody() - Method in class com.force.api.Identity.Status
- getByte() - Method in class com.force.api.http.HttpResponse
- getChildEntities() - Method in class com.force.api.DescribeSObject
- getChildRelationships() - Method in class com.force.api.DescribeSObject
- getChildSObject() - Method in class com.force.api.DescribeSObject.ChildEntity
- getClientId() - Method in class com.force.api.ApiConfig
- getClientSecret() - Method in class com.force.api.ApiConfig
- getCode() - Method in exception com.force.api.ApiException
- getCode() - Method in exception com.force.api.AuthException
- getContentBytes() - Method in class com.force.api.http.HttpRequest
- getContentStream() - Method in class com.force.api.http.HttpRequest
- getCreatedDate() - Method in class com.force.api.Identity.Status
- getDefaultValue() - Method in class com.force.api.DescribeSObject.Field
- getDisplayName() - Method in class com.force.api.Identity
- getEmail() - Method in class com.force.api.Identity
- getEncoding() - Method in class com.force.api.DescribeGlobal
- getErrors() - Method in class com.force.api.CreateResponse
- getExpectedCode() - Method in class com.force.api.http.HttpRequest
- getField() - Method in class com.force.api.DescribeSObject.ChildEntity
- getFields() - Method in class com.force.api.ApiError
- getFields() - Method in class com.force.api.DescribeSObject
- getFirstName() - Method in class com.force.api.Identity
- getHeaders() - Method in class com.force.api.http.HttpRequest
- getId() - Method in class com.force.api.CreateResponse
- getId() - Method in class com.force.api.Identity
- getIdentity() - Method in class com.force.api.ForceApi
- getInlineHelpText() - Method in class com.force.api.DescribeSObject.Field
- getKey() - Method in class com.force.api.http.HttpRequest.Header
- getKeyPrefix() - Method in class com.force.api.DescribeSObjectBasic
- getLabel() - Method in class com.force.api.DescribeSObject.Field
- getLabel() - Method in class com.force.api.DescribeSObject.PicklistEntry
- getLabel() - Method in class com.force.api.DescribeSObjectBasic
- getLabel() - Method in class com.force.api.ExtendedApiVersion
- getLabelPlural() - Method in class com.force.api.DescribeSObjectBasic
- getLanguage() - Method in class com.force.api.Identity
- getLastModifiedDate() - Method in class com.force.api.Identity
- getLastName() - Method in class com.force.api.Identity
- getLength() - Method in class com.force.api.DescribeSObject.Field
- getLocale() - Method in class com.force.api.Identity
- getLoginEndpoint() - Method in class com.force.api.ApiConfig
- getMaxBatchSize() - Method in class com.force.api.DescribeGlobal
- getMessage() - Method in class com.force.api.ApiError
- getMessage() - Method in exception com.force.api.ApiException
- getMessage() - Method in exception com.force.api.AuthException
- getMethod() - Method in class com.force.api.http.HttpRequest
- getName() - Method in class com.force.api.DescribeSObject.Field
- getName() - Method in class com.force.api.DescribeSObjectBasic
- getNextRecordsUrl() - Method in class com.force.api.QueryResult
- getNickName() - Method in class com.force.api.Identity
- getObjectDescribe() - Method in class com.force.api.DiscoverSObject
- getObjectMapper() - Method in class com.force.api.ApiConfig
- getOptionalFieldsForCreateUpdate() - Method in class com.force.api.DescribeSObject
- getOrganizationId() - Method in class com.force.api.Identity
- getParentEntitiesForCreateUpdate() - Method in class com.force.api.DescribeSObject
- getPassword() - Method in class com.force.api.ApiConfig
- getPhotos() - Method in class com.force.api.Identity
- getPicklistValues() - Method in class com.force.api.DescribeSObject.Field
- getRecentItems() - Method in class com.force.api.DiscoverSObject
- getRecords() - Method in class com.force.api.QueryResult
- getRedirectURI() - Method in class com.force.api.ApiConfig
- getReferenceTo() - Method in class com.force.api.DescribeSObject.Field
- getReferenceToEntity() - Method in class com.force.api.DescribeSObject.Field
- getRefreshToken() - Method in class com.force.api.ApiSession
- getRelationshipName() - Method in class com.force.api.DescribeSObject.ChildEntity
- getRelationshipName() - Method in class com.force.api.DescribeSObject.Field
- getRequestTimeout() - Method in class com.force.api.ApiConfig
- getRequestTimeout() - Method in class com.force.api.http.HttpRequest
- getRequiredFieldsForCreateUpdate() - Method in class com.force.api.DescribeSObject
- getResponseCode() - Method in class com.force.api.http.HttpResponse
- getResponseCode() - Method in class com.force.api.ResourceRepresentation
- getResponseFormat() - Method in class com.force.api.http.HttpRequest
- getSession() - Method in class com.force.api.ForceApi
- getSessionRefreshListener() - Method in class com.force.api.ApiConfig
- getSoapType() - Method in class com.force.api.DescribeSObject.Field
- getSObject(String, String) - Method in class com.force.api.ForceApi
- getSObjects() - Method in class com.force.api.DescribeGlobal
- getStatus() - Method in class com.force.api.Identity
- getStream() - Method in class com.force.api.http.HttpResponse
- getString() - Method in class com.force.api.http.HttpResponse
- getSupportedVersions() - Method in class com.force.api.ForceApi
- getTotalSize() - Method in class com.force.api.QueryResult
- getType() - Method in class com.force.api.DescribeSObject.Field
- getUrl() - Method in class com.force.api.ExtendedApiVersion
- getUrl() - Method in class com.force.api.http.HttpRequest
- getUrls() - Method in class com.force.api.DescribeSObjectBasic
- getUrls() - Method in class com.force.api.Identity
- getUserId() - Method in class com.force.api.Identity
- getUsername() - Method in class com.force.api.ApiConfig
- getUsername() - Method in class com.force.api.Identity
- getUserType() - Method in class com.force.api.Identity
- getUtcOffset() - Method in class com.force.api.Identity
- getValidFor() - Method in class com.force.api.DescribeSObject.PicklistEntry
- getValue() - Method in class com.force.api.DescribeSObject.PicklistEntry
- getValue() - Method in class com.force.api.http.HttpRequest.Header
- getVersion() - Method in class com.force.api.ExtendedApiVersion
- getVersionString() - Method in class com.force.api.ExtendedApiVersion
H
- header(String, String) - Method in class com.force.api.http.HttpRequest
- Header() - Constructor for class com.force.api.http.HttpRequest.Header
- Header(String, String) - Constructor for class com.force.api.http.HttpRequest.Header
- Http - Class in com.force.api.http
- Http() - Constructor for class com.force.api.http.Http
- HttpRequest - Class in com.force.api.http
- HttpRequest() - Constructor for class com.force.api.http.HttpRequest
- HttpRequest.Header - Class in com.force.api.http
- HttpRequest.ResponseFormat - Enum in com.force.api.http
- HttpResponse - Class in com.force.api.http
- HttpResponse() - Constructor for class com.force.api.http.HttpResponse
I
- ID - com.force.api.AuthorizationRequest.Scope
- Identity - Class in com.force.api
- Identity() - Constructor for class com.force.api.Identity
- Identity.Status - Class in com.force.api
- immediate() - Method in class com.force.api.AuthorizationRequest
- isActivateable() - Method in class com.force.api.DescribeSObjectBasic
- isActive() - Method in class com.force.api.DescribeSObject.PicklistEntry
- isActive() - Method in class com.force.api.Identity
- isAssertedUser() - Method in class com.force.api.Identity
- isAutoNumber() - Method in class com.force.api.DescribeSObject.Field
- isCalculated() - Method in class com.force.api.DescribeSObject.Field
- isCascadeDelete() - Method in class com.force.api.DescribeSObject.ChildEntity
- isCaseSensitive() - Method in class com.force.api.DescribeSObject.Field
- isCreateable() - Method in class com.force.api.DescribeSObject.Field
- isCreateable() - Method in class com.force.api.DescribeSObjectBasic
- isCustom() - Method in class com.force.api.DescribeSObject.Field
- isCustom() - Method in class com.force.api.DescribeSObjectBasic
- isCustomSetting() - Method in class com.force.api.DescribeSObjectBasic
- isDefaultedOnCreate() - Method in class com.force.api.DescribeSObject.Field
- isDefaultValue() - Method in class com.force.api.DescribeSObject.PicklistEntry
- isDeletable() - Method in class com.force.api.DescribeSObjectBasic
- isDependentPicklist() - Method in class com.force.api.DescribeSObject.Field
- isDeprecatedAndHidden() - Method in class com.force.api.DescribeSObject.ChildEntity
- isDeprecatedAndHidden() - Method in class com.force.api.DescribeSObject.Field
- isDeprecatedAndHidden() - Method in class com.force.api.DescribeSObjectBasic
- isDone() - Method in class com.force.api.QueryResult
- isExternalId() - Method in class com.force.api.DescribeSObject.Field
- isFeedEnabled() - Method in class com.force.api.DescribeSObjectBasic
- isFilterable() - Method in class com.force.api.DescribeSObject.Field
- isGroupable() - Method in class com.force.api.DescribeSObject.Field
- isHtmlFormatted() - Method in class com.force.api.DescribeSObject.Field
- isIdLookup() - Method in class com.force.api.DescribeSObject.Field
- isLayoutable() - Method in class com.force.api.DescribeSObjectBasic
- isMergeable() - Method in class com.force.api.DescribeSObjectBasic
- isNameField() - Method in class com.force.api.DescribeSObject.Field
- isNamePointing() - Method in class com.force.api.DescribeSObject.Field
- isNillable() - Method in class com.force.api.DescribeSObject.Field
- isQueryable() - Method in class com.force.api.DescribeSObjectBasic
- isReplicateable() - Method in class com.force.api.DescribeSObjectBasic
- isRestrictedPicklist() - Method in class com.force.api.DescribeSObject.Field
- isRetrieveable() - Method in class com.force.api.DescribeSObjectBasic
- isSearchable() - Method in class com.force.api.DescribeSObjectBasic
- isSortable() - Method in class com.force.api.DescribeSObject.Field
- isSuccess() - Method in class com.force.api.CreateResponse
- isTriggerable() - Method in class com.force.api.DescribeSObjectBasic
- isUndeletable() - Method in class com.force.api.DescribeSObjectBasic
- isUnique() - Method in class com.force.api.DescribeSObject.Field
- isUpdateable() - Method in class com.force.api.DescribeSObject.Field
- isUpdateable() - Method in class com.force.api.DescribeSObjectBasic
- isWriteRequiresMasterRead() - Method in class com.force.api.DescribeSObject.Field
J
- jsonMapper - Variable in class com.force.api.ResourceRepresentation
L
- latest() - Method in class com.force.api.SupportedVersions
M
- MALFORMED_ID - com.force.api.ApiErrorCode
- method(String) - Method in class com.force.api.http.HttpRequest
- MOBILE - com.force.api.AuthorizationRequest.Display
N
- NOT_FOUND - com.force.api.ApiErrorCode
O
- oauthLoginPasswordFlow(ApiConfig) - Static method in class com.force.api.Auth
- oldest() - Method in class com.force.api.SupportedVersions
P
- PAGE - com.force.api.AuthorizationRequest.Display
- param(String, String) - Method in class com.force.api.http.HttpRequest
- patch(String, Object) - Method in class com.force.api.ForceApi
-
sends a custom REST API PATCH request
- PicklistEntry() - Constructor for class com.force.api.DescribeSObject.PicklistEntry
- POPUP - com.force.api.AuthorizationRequest.Display
- post(String, Object) - Method in class com.force.api.ForceApi
-
sends a custom REST API POST request
- preEncodedParam(String, String) - Method in class com.force.api.http.HttpRequest
- put(String, Object) - Method in class com.force.api.ForceApi
-
sends a custom REST API PUT request (no test for this method yet).
Q
- query(String) - Method in class com.force.api.ForceApi
- query(String, Class<T>) - Method in class com.force.api.ForceApi
- queryAll(String, Class<T>) - Method in class com.force.api.ForceApi
- queryMore(String) - Method in class com.force.api.ForceApi
- queryMore(String, Class<T>) - Method in class com.force.api.ForceApi
- QueryResult<T> - Class in com.force.api
- QueryResult() - Constructor for class com.force.api.QueryResult
R
- REFRESH_TOKEN - com.force.api.AuthorizationRequest.Scope
- refreshOauthTokenFlow(ApiConfig, String) - Static method in class com.force.api.Auth
- request(String, String, Object) - Method in class com.force.api.ForceApi
- ResourceException - Exception in com.force.api
- ResourceException() - Constructor for exception com.force.api.ResourceException
- ResourceException(Throwable) - Constructor for exception com.force.api.ResourceException
- ResourceRepresentation - Class in com.force.api
-
A representation of a resource in the Force.com REST API.
- ResourceRepresentation(HttpResponse) - Constructor for class com.force.api.ResourceRepresentation
- ResourceRepresentation(HttpResponse, ObjectMapper) - Constructor for class com.force.api.ResourceRepresentation
- responseFormat(HttpRequest.ResponseFormat) - Method in class com.force.api.http.HttpRequest
- revokeToken(ApiConfig, String) - Static method in class com.force.api.Auth
-
revokes a token.
S
- scope(String) - Method in class com.force.api.AuthorizationRequest
- send(HttpRequest) - Static method in class com.force.api.http.Http
- sessionRefreshed(ApiSession) - Method in interface com.force.api.SessionRefreshListener
- SessionRefreshListener - Interface in com.force.api
-
Created by jjoergensen on 2/19/17.
- setAccessToken(String) - Method in class com.force.api.ApiSession
- setActive(boolean) - Method in class com.force.api.Identity
- setApiEndpoint(String) - Method in class com.force.api.ApiSession
- setApiErrorCode(String) - Method in class com.force.api.ApiError
- setApiVersion(ApiVersion) - Method in class com.force.api.ApiConfig
- setApiVersionString(String) - Method in class com.force.api.ApiConfig
- setAssertedUser(boolean) - Method in class com.force.api.Identity
- setAuthorization(String) - Method in class com.force.api.http.HttpRequest
- setBody(String) - Method in class com.force.api.Identity.Status
- setByte(byte[]) - Method in class com.force.api.http.HttpResponse
- setClientId(String) - Method in class com.force.api.ApiConfig
- setClientSecret(String) - Method in class com.force.api.ApiConfig
- setCreatedDate(Date) - Method in class com.force.api.Identity.Status
- setDisplayName(String) - Method in class com.force.api.Identity
- setDone(boolean) - Method in class com.force.api.QueryResult
- setEmail(String) - Method in class com.force.api.Identity
- setErrors(ApiError[]) - Method in class com.force.api.CreateResponse
- setFields(String[]) - Method in class com.force.api.ApiError
- setFirstName(String) - Method in class com.force.api.Identity
- setForceURL(String) - Method in class com.force.api.ApiConfig
- setId(String) - Method in class com.force.api.CreateResponse
- setId(String) - Method in class com.force.api.Identity
- setKey(String) - Method in class com.force.api.http.HttpRequest.Header
- setLabel(String) - Method in class com.force.api.ExtendedApiVersion
- setLanguage(String) - Method in class com.force.api.Identity
- setLastModifiedDate(Date) - Method in class com.force.api.Identity
- setLastName(String) - Method in class com.force.api.Identity
- setLocale(String) - Method in class com.force.api.Identity
- setLoginEndpoint(String) - Method in class com.force.api.ApiConfig
- setMessage(String) - Method in class com.force.api.ApiError
- setNextRecordsUrl(String) - Method in class com.force.api.QueryResult
- setNickName(String) - Method in class com.force.api.Identity
- setObjectMapper(ObjectMapper) - Method in class com.force.api.ApiConfig
- setOrganizationId(String) - Method in class com.force.api.Identity
- setPassword(String) - Method in class com.force.api.ApiConfig
- setPhotos(Map<String, String>) - Method in class com.force.api.Identity
- setRecords(List<T>) - Method in class com.force.api.QueryResult
- setRedirectURI(String) - Method in class com.force.api.ApiConfig
- setRefreshToken(String) - Method in class com.force.api.ApiSession
- setRequestTimeout(int) - Method in class com.force.api.ApiConfig
-
sets both connect timeout and read timeout on HttpUrlConnection to the specified value.
- setRequestTimeout(int) - Method in class com.force.api.http.HttpRequest
- setResponseCode(int) - Method in class com.force.api.http.HttpResponse
- setSessionRefreshListener(SessionRefreshListener) - Method in class com.force.api.ApiConfig
- setStatus(Identity.Status) - Method in class com.force.api.Identity
- setStream(InputStream) - Method in class com.force.api.http.HttpResponse
- setString(String) - Method in class com.force.api.http.HttpResponse
- setSuccess(boolean) - Method in class com.force.api.CreateResponse
- setTotalSize(int) - Method in class com.force.api.QueryResult
- setUrl(String) - Method in class com.force.api.ExtendedApiVersion
- setUrls(Map<String, String>) - Method in class com.force.api.Identity
- setUserId(String) - Method in class com.force.api.Identity
- setUsername(String) - Method in class com.force.api.ApiConfig
- setUsername(String) - Method in class com.force.api.Identity
- setUserType(String) - Method in class com.force.api.Identity
- setUtcOffset(long) - Method in class com.force.api.Identity
- setValue(String) - Method in class com.force.api.http.HttpRequest.Header
- setVersion(float) - Method in class com.force.api.ExtendedApiVersion
-
sets version number as a float.
- soaploginPasswordFlow(ApiConfig) - Static method in class com.force.api.Auth
- SObjectException - Exception in com.force.api
- SObjectException(ApiError[]) - Constructor for exception com.force.api.SObjectException
- SPRING - com.force.api.ExtendedApiVersion.Season
- startOAuthWebServerFlow(AuthorizationRequest) - Static method in class com.force.api.Auth
- state(String) - Method in class com.force.api.AuthorizationRequest
- state(String) - Method in class com.force.api.AuthorizationResponse
- Status() - Constructor for class com.force.api.Identity.Status
- STREAM - com.force.api.http.HttpRequest.ResponseFormat
- STRING - com.force.api.http.HttpRequest.ResponseFormat
- SUMMER - com.force.api.ExtendedApiVersion.Season
- SupportedVersions - Class in com.force.api
-
Created by jjoergensen on 2/22/17.
- SupportedVersions() - Constructor for class com.force.api.SupportedVersions
T
- toString() - Method in enum com.force.api.ApiVersion
- toString() - Method in enum com.force.api.AuthorizationRequest.Display
- toString() - Method in enum com.force.api.AuthorizationRequest.Scope
- toString() - Method in class com.force.api.ExtendedApiVersion
- toString() - Method in class com.force.api.http.HttpRequest
- TOUCH - com.force.api.AuthorizationRequest.Display
U
- UPDATED - com.force.api.CreateOrUpdateResult
- updateSObject(String, String, Object) - Method in class com.force.api.ForceApi
- url(String) - Method in class com.force.api.http.HttpRequest
V
- V22 - com.force.api.ApiVersion
- V23 - com.force.api.ApiVersion
- V24 - com.force.api.ApiVersion
- V25 - com.force.api.ApiVersion
- V26 - com.force.api.ApiVersion
- V27 - com.force.api.ApiVersion
- V28 - com.force.api.ApiVersion
- V29 - com.force.api.ApiVersion
- V30 - com.force.api.ApiVersion
- V31 - com.force.api.ApiVersion
- V32 - com.force.api.ApiVersion
- V33 - com.force.api.ApiVersion
- V34 - com.force.api.ApiVersion
- V35 - com.force.api.ApiVersion
- V36 - com.force.api.ApiVersion
- V37 - com.force.api.ApiVersion
- V38 - com.force.api.ApiVersion
- V39 - com.force.api.ApiVersion
- V40 - com.force.api.ApiVersion
- V41 - com.force.api.ApiVersion
- V42 - com.force.api.ApiVersion
- V43 - com.force.api.ApiVersion
- V44 - com.force.api.ApiVersion
- V45 - com.force.api.ApiVersion
- V46 - com.force.api.ApiVersion
- V47 - com.force.api.ApiVersion
- V48 - com.force.api.ApiVersion
- V49 - com.force.api.ApiVersion
- valueOf(String) - Static method in enum com.force.api.ApiErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.force.api.ApiVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.force.api.AuthorizationRequest.Display
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.force.api.AuthorizationRequest.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.force.api.CreateOrUpdateResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.force.api.ExtendedApiVersion.Season
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.force.api.http.HttpRequest.ResponseFormat
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.force.api.ApiErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.force.api.ApiVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.force.api.AuthorizationRequest.Display
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.force.api.AuthorizationRequest.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.force.api.CreateOrUpdateResult
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.force.api.ExtendedApiVersion.Season
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.force.api.http.HttpRequest.ResponseFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VISUALFORCE - com.force.api.AuthorizationRequest.Scope
W
- WEB - com.force.api.AuthorizationRequest.Scope
- WINTER - com.force.api.ExtendedApiVersion.Season
All Classes|All Packages