Skip navigation links
A C D E F G H I J M O P Q R S T U V 

A

and(AuthorizationRequest.Scope) - Method in enum com.force.api.AuthorizationRequest.Scope
 
ApiConfig - Class in com.force.api
 
ApiConfig() - Constructor for class com.force.api.ApiConfig
 
apiConfig(ApiConfig) - Method in class com.force.api.AuthorizationRequest
 
apiConfig(ApiConfig) - Method in class com.force.api.AuthorizationResponse
 
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
 

C

ChildEntity() - Constructor for class com.force.api.DescribeSObject.ChildEntity
 
clone() - Method in class com.force.api.ApiConfig
 
CODE - Static variable in exception com.force.api.ApiTokenException
 
code(String) - Method in class com.force.api.AuthorizationResponse
 
com.force.api - package com.force.api
 
com.force.api.http - package com.force.api.http
 
completeOAuthWebServerFlow(AuthorizationResponse) - Static method in class com.force.api.Auth
 
content(byte[]) - Method in class com.force.api.http.HttpRequest
 
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
 

D

deleteSObject(String, String) - Method in class com.force.api.ForceApi
 
DescribeGlobal - Class in com.force.api
 
DescribeGlobal() - Constructor for class com.force.api.DescribeGlobal
 
describeGlobal() - 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(String) - Method in class com.force.api.ForceApi
 
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
 
DiscoverSObject<T> - Class in com.force.api
 
discoverSObject(String, Class<T>) - Method in class com.force.api.ForceApi
 
display(AuthorizationRequest.Display) - Method in class com.force.api.AuthorizationRequest
 

E

expectsCode(int) - Method in class com.force.api.http.HttpRequest
 

F

Field() - Constructor for class com.force.api.DescribeSObject.Field
 
ForceApi - Class in com.force.api
main class for making API calls.
ForceApi(ApiConfig, ApiSession) - Constructor for class com.force.api.ForceApi
 
ForceApi(ApiSession) - Constructor for class com.force.api.ForceApi
 
ForceApi(ApiConfig) - Constructor for class com.force.api.ForceApi
 
formPost() - Static method in class com.force.api.http.HttpRequest
 

G

getAccessToken() - Method in class com.force.api.ApiSession
 
getAllFields() - Method in class com.force.api.DescribeSObject
All fields for the sobject.
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
All fields for the sobject.
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
 
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
 
getOptionalFieldsForCreateUpdate() - Method in class com.force.api.DescribeSObject
Optional fields.
getOrganizationId() - Method in class com.force.api.Identity
 
getParentEntitiesForCreateUpdate() - Method in class com.force.api.DescribeSObject
Parent entity references.
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
 
getRequiredFieldsForCreateUpdate() - Method in class com.force.api.DescribeSObject
Required fields.
getResponseCode() - Method in class com.force.api.http.HttpResponse
 
getResponseFormat() - Method in class com.force.api.http.HttpRequest
 
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
 
getTotalSize() - Method in class com.force.api.QueryResult
 
getType() - Method in class com.force.api.DescribeSObject.Field
 
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
 

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

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 - Static variable in class com.force.api.ResourceRepresentation
 

M

method(String) - Method in class com.force.api.http.HttpRequest
 

O

oauthLoginPasswordFlow(ApiConfig) - Static method in class com.force.api.Auth
 

P

param(String, String) - Method in class com.force.api.http.HttpRequest
 
PicklistEntry() - Constructor for class com.force.api.DescribeSObject.PicklistEntry
 
preEncodedParam(String, String) - Method in class com.force.api.http.HttpRequest
 

Q

query(String, Class<T>) - Method in class com.force.api.ForceApi
 
query(String) - Method in class com.force.api.ForceApi
 
queryMore(String, Class<T>) - Method in class com.force.api.ForceApi
 
queryMore(String) - Method in class com.force.api.ForceApi
 
QueryResult<T> - Class in com.force.api
 
QueryResult() - Constructor for class com.force.api.QueryResult
 

R

refreshOauthTokenFlow(ApiConfig, String) - Static method in class com.force.api.Auth
 
ResourceException - Exception in com.force.api
 
ResourceException(Throwable) - Constructor for exception com.force.api.ResourceException
 
ResourceException() - 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
 
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
 
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
 
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
 
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
 
setResponseCode(int) - Method in class com.force.api.http.HttpResponse
 
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
 
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
 
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
 
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
 

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.http.HttpRequest
 

U

updateSObject(String, String, Object) - Method in class com.force.api.ForceApi
 
url(String) - Method in class com.force.api.http.HttpRequest
 

V

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.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.http.HttpRequest.ResponseFormat
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I J M O P Q R S T U V 
Skip navigation links

Copyright © 2015. All rights reserved.