Skip navigation links
A B C D F G H I J L M P Q R S T W 

A

AbstractAPIImpl - Class in com.springml.salesforce.wave.impl
Abstract class to have common methods
AbstractAPIImpl(SFConfig) - Constructor for class com.springml.salesforce.wave.impl.AbstractAPIImpl
 
Actor - Class in com.springml.salesforce.wave.model.chatter
 
Actor() - Constructor for class com.springml.salesforce.wave.model.chatter.Actor
 
addBatch(String, String) - Method in interface com.springml.salesforce.wave.api.BulkAPI
Add a batch to an existing Job https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_quickstart_add_batch.htm
addBatch(String, String) - Method in class com.springml.salesforce.wave.impl.BulkAPIImpl
 
addTask(AddTaskRequest) - Method in interface com.springml.salesforce.wave.api.ForceAPI
Creates task with given details in salesforce
addTask(AddTaskRequest) - Method in class com.springml.salesforce.wave.impl.ForceAPIImpl
 
AddTaskRequest - Class in com.springml.salesforce.wave.model
 
AddTaskRequest() - Constructor for class com.springml.salesforce.wave.model.AddTaskRequest
 
AddTaskResponse - Class in com.springml.salesforce.wave.model
 
AddTaskResponse() - Constructor for class com.springml.salesforce.wave.model.AddTaskResponse
 
API_VERSION - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
APIFactory - Class in com.springml.salesforce.wave.api
Factory class to get WaveAPI
AssociatedActions - Class in com.springml.salesforce.wave.model.chatter
 
AssociatedActions() - Constructor for class com.springml.salesforce.wave.model.chatter.AssociatedActions
 

B

BatchInfo - Class in com.springml.salesforce.wave.model
 
BatchInfo() - Constructor for class com.springml.salesforce.wave.model.BatchInfo
 
BatchInfoList - Class in com.springml.salesforce.wave.model
 
BatchInfoList() - Constructor for class com.springml.salesforce.wave.model.BatchInfoList
 
BatchResultList - Class in com.springml.salesforce.wave.model
 
BatchResultList() - Constructor for class com.springml.salesforce.wave.model.BatchResultList
 
Body - Class in com.springml.salesforce.wave.model.chatter
 
Body() - Constructor for class com.springml.salesforce.wave.model.chatter.Body
 
Bookmarks - Class in com.springml.salesforce.wave.model.chatter
 
Bookmarks() - Constructor for class com.springml.salesforce.wave.model.chatter.Bookmarks
 
bulkAPI(String, String, String, String) - Method in class com.springml.salesforce.wave.api.APIFactory
 
BulkAPI - Interface in com.springml.salesforce.wave.api
Java client for Salesforce Bulk API https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_intro.htm
BulkAPIImpl - Class in com.springml.salesforce.wave.impl
 
BulkAPIImpl(SFConfig) - Constructor for class com.springml.salesforce.wave.impl.BulkAPIImpl
 

C

Capabilities - Class in com.springml.salesforce.wave.model.chatter
 
Capabilities() - Constructor for class com.springml.salesforce.wave.model.chatter.Capabilities
 
chatterAPI(String, String, String, String) - Method in class com.springml.salesforce.wave.api.APIFactory
 
ChatterAPI - Interface in com.springml.salesforce.wave.api
 
ChatterAPIImpl - Class in com.springml.salesforce.wave.impl
 
ChatterAPIImpl(SFConfig) - Constructor for class com.springml.salesforce.wave.impl.ChatterAPIImpl
 
ChatterLikes - Class in com.springml.salesforce.wave.model.chatter
 
ChatterLikes() - Constructor for class com.springml.salesforce.wave.model.chatter.ChatterLikes
 
ClientInfo - Class in com.springml.salesforce.wave.model.chatter
 
ClientInfo() - Constructor for class com.springml.salesforce.wave.model.chatter.ClientInfo
 
closeConnection() - Method in class com.springml.salesforce.wave.util.SFConfig
 
closeJob(String) - Method in interface com.springml.salesforce.wave.api.BulkAPI
Close the specified Salesforce Bulk Job
closeJob(String) - Method in class com.springml.salesforce.wave.impl.BulkAPIImpl
 
com.springml.salesforce.wave.api - package com.springml.salesforce.wave.api
 
com.springml.salesforce.wave.impl - package com.springml.salesforce.wave.impl
 
com.springml.salesforce.wave.model - package com.springml.salesforce.wave.model
 
com.springml.salesforce.wave.model.chatter - package com.springml.salesforce.wave.model.chatter
 
com.springml.salesforce.wave.model.dataset - package com.springml.salesforce.wave.model.dataset
 
com.springml.salesforce.wave.util - package com.springml.salesforce.wave.util
 
Comments - Class in com.springml.salesforce.wave.model.chatter
 
Comments() - Constructor for class com.springml.salesforce.wave.model.chatter.Comments
 
CONTENT_TYPE_APPLICATION_JSON - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
CONTENT_TYPE_APPLICATION_XML - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
CONTENT_TYPE_TEXT_CSV - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
CreatedBy - Class in com.springml.salesforce.wave.model.dataset
 
CreatedBy() - Constructor for class com.springml.salesforce.wave.model.dataset.CreatedBy
 
createJob(String) - Method in interface com.springml.salesforce.wave.api.BulkAPI
Create a new Bulk Job https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_quickstart_create_job.htm
createJob(String, String, String) - Method in interface com.springml.salesforce.wave.api.BulkAPI
Create a new Bulk Job https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_quickstart_create_job.htm
createJob(JobInfo) - Method in interface com.springml.salesforce.wave.api.BulkAPI
Create a new Bulk Job https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_quickstart_create_job.htm
createJob(JobInfo, List<Header>) - Method in interface com.springml.salesforce.wave.api.BulkAPI
Create a new Bulk Job https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_quickstart_create_job.htm
createJob(String) - Method in class com.springml.salesforce.wave.impl.BulkAPIImpl
 
createJob(String, String, String) - Method in class com.springml.salesforce.wave.impl.BulkAPIImpl
 
createJob(JobInfo) - Method in class com.springml.salesforce.wave.impl.BulkAPIImpl
 
createJob(JobInfo, List<Header>) - Method in class com.springml.salesforce.wave.impl.BulkAPIImpl
 
CurrentVersionCreatedBy - Class in com.springml.salesforce.wave.model.dataset
 
CurrentVersionCreatedBy() - Constructor for class com.springml.salesforce.wave.model.dataset.CurrentVersionCreatedBy
 
CurrentVersionLastModifiedBy - Class in com.springml.salesforce.wave.model.dataset
 
CurrentVersionLastModifiedBy() - Constructor for class com.springml.salesforce.wave.model.dataset.CurrentVersionLastModifiedBy
 

D

Dataset - Class in com.springml.salesforce.wave.model.dataset
 
Dataset() - Constructor for class com.springml.salesforce.wave.model.dataset.Dataset
 
DatasetsResponse - Class in com.springml.salesforce.wave.model.dataset
 
DatasetsResponse() - Constructor for class com.springml.salesforce.wave.model.dataset.DatasetsResponse
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
describeSalesforceObject(String) - Method in interface com.springml.salesforce.wave.api.ForceAPI
Returns list of the salesforce object column names
describeSalesforceObject(String) - Method in class com.springml.salesforce.wave.impl.ForceAPIImpl
 
DescribeSObjectResult - Class in com.springml.salesforce.wave.model
 
DescribeSObjectResult() - Constructor for class com.springml.salesforce.wave.model.DescribeSObjectResult
 

F

Field - Class in com.springml.salesforce.wave.model
 
Field() - Constructor for class com.springml.salesforce.wave.model.Field
 
filterRecords() - Method in class com.springml.salesforce.wave.model.SOQLResult
 
Folder - Class in com.springml.salesforce.wave.model.dataset
 
Folder() - Constructor for class com.springml.salesforce.wave.model.dataset.Folder
 
forceAPI(String, String, String) - Method in class com.springml.salesforce.wave.api.APIFactory
 
forceAPI(String, String, String, String) - Method in class com.springml.salesforce.wave.api.APIFactory
 
forceAPI(String, String, String, String, Integer) - Method in class com.springml.salesforce.wave.api.APIFactory
 
forceAPI(String, String, String, String, Integer, Integer) - Method in class com.springml.salesforce.wave.api.APIFactory
 
ForceAPI - Interface in com.springml.salesforce.wave.api
JAVA client for Salesforce REST API calls
ForceAPIImpl - Class in com.springml.salesforce.wave.impl
Default implementation for Salesforce REST API calls
ForceAPIImpl(SFConfig) - Constructor for class com.springml.salesforce.wave.impl.ForceAPIImpl
 
ForceResponse - Class in com.springml.salesforce.wave.model
 
ForceResponse() - Constructor for class com.springml.salesforce.wave.model.ForceResponse
 

G

get(URI, String, Integer, boolean) - Method in class com.springml.salesforce.wave.util.HTTPHelper
 
get(URI, String, Integer) - Method in class com.springml.salesforce.wave.util.HTTPHelper
 
get(URI, String, boolean) - Method in class com.springml.salesforce.wave.util.HTTPHelper
 
get(URI, String) - Method in class com.springml.salesforce.wave.util.HTTPHelper
 
getActor() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getAdditionalLabel() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.AssociatedActions
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.Body
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.Bookmarks
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.Capabilities
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.ChatterLikes
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.ClientInfo
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.Comments
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.Header
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.MessageSegment
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.Motif
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.Mute
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.Page
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.Parent
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.Photo
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.Reference
 
getAdditionalProperties() - Method in class com.springml.salesforce.wave.model.chatter.Topics
 
getApexProcessingTime() - Method in class com.springml.salesforce.wave.model.BatchInfo
 
getApiActiveProcessingTime() - Method in class com.springml.salesforce.wave.model.BatchInfo
 
getApiVersion() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getApiVersion() - Method in class com.springml.salesforce.wave.util.SFConfig
 
getApplicationName() - Method in class com.springml.salesforce.wave.model.chatter.ClientInfo
 
getApplicationUrl() - Method in class com.springml.salesforce.wave.model.chatter.ClientInfo
 
getAssociatedActions() - Method in class com.springml.salesforce.wave.model.chatter.Capabilities
 
getBatchInfo(String, String) - Method in interface com.springml.salesforce.wave.api.BulkAPI
Provides details of the specified Batch
getBatchInfo(String, String) - Method in class com.springml.salesforce.wave.impl.BulkAPIImpl
 
getBatchInfo() - Method in class com.springml.salesforce.wave.model.BatchInfoList
 
getBatchInfoList(String) - Method in interface com.springml.salesforce.wave.api.BulkAPI
List of the Batches for the specified Job
getBatchInfoList(String) - Method in class com.springml.salesforce.wave.impl.BulkAPIImpl
 
getBatchResult(String, String, String) - Method in interface com.springml.salesforce.wave.api.BulkAPI
Gets bulk query results
getBatchResult(String, String, String) - Method in class com.springml.salesforce.wave.impl.BulkAPIImpl
 
getBatchResultIds(String, String) - Method in interface com.springml.salesforce.wave.api.BulkAPI
Retrieves a list of batch result IDs for a particular batch job.
getBatchResultIds(String, String) - Method in class com.springml.salesforce.wave.impl.BulkAPIImpl
 
getBatchResultIds() - Method in class com.springml.salesforce.wave.model.BatchResultList
 
getBatchSize() - Method in class com.springml.salesforce.wave.util.SFConfig
 
getBody() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getBody() - Method in class com.springml.salesforce.wave.model.PostMessageRequest
 
getBookmarks() - Method in class com.springml.salesforce.wave.model.chatter.Capabilities
 
getCapabilities() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getChatterLikes() - Method in class com.springml.salesforce.wave.model.chatter.Capabilities
 
getClientInfo() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getColor() - Method in class com.springml.salesforce.wave.model.chatter.Motif
 
getComments() - Method in class com.springml.salesforce.wave.model.chatter.Capabilities
 
getCommunityNickname() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getCompanyName() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getConcurrencyMode() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getContentType() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getCreatedBy() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getCreatedById() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getCreatedDate() - Method in class com.springml.salesforce.wave.model.BatchInfo
 
getCreatedDate() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getCreatedDate() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getCreatedDate() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getCurrentPageUrl() - Method in class com.springml.salesforce.wave.model.chatter.Page
 
getCurrentVersionCreatedBy() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getCurrentVersionCreatedDate() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getCurrentVersionId() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getCurrentVersionLastModifiedBy() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getCurrentVersionLastModifiedDate() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getCurrentVersionUrl() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getDatasetId(String) - Method in interface com.springml.salesforce.wave.api.WaveAPI
Returns DatasetId appended with VersionId separated by /
getDatasetId(String) - Method in class com.springml.salesforce.wave.impl.WaveAPIImpl
 
getDatasets() - Method in class com.springml.salesforce.wave.model.dataset.DatasetsResponse
 
getDisplayName() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getError() - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
getError() - Method in class com.springml.salesforce.wave.model.ForceResponse
 
getError() - Method in class com.springml.salesforce.wave.model.InsertObjectsResponse
 
getExternalIdFieldName() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getFastPathEnabled() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getFeedElementType() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getFeedElementType() - Method in class com.springml.salesforce.wave.model.PostMessageRequest
 
getFields() - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
getFirstName() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getFolder() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getFullEmailPhotoUrl() - Method in class com.springml.salesforce.wave.model.chatter.Photo
 
getHeader() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getHttpHelper() - Method in class com.springml.salesforce.wave.impl.AbstractAPIImpl
 
getId() - Method in class com.springml.salesforce.wave.model.BatchInfo
 
getId() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getId() - Method in class com.springml.salesforce.wave.model.chatter.MessageElement
 
getId() - Method in class com.springml.salesforce.wave.model.chatter.Parent
 
getId() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getId() - Method in class com.springml.salesforce.wave.model.chatter.Reference
 
getId() - Method in class com.springml.salesforce.wave.model.dataset.CreatedBy
 
getId() - Method in class com.springml.salesforce.wave.model.dataset.CurrentVersionCreatedBy
 
getId() - Method in class com.springml.salesforce.wave.model.dataset.CurrentVersionLastModifiedBy
 
getId() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getId() - Method in class com.springml.salesforce.wave.model.dataset.Folder
 
getId() - Method in class com.springml.salesforce.wave.model.dataset.LastModifiedBy
 
getId() - Method in class com.springml.salesforce.wave.model.ForceResponse
 
getId() - Method in class com.springml.salesforce.wave.model.InsertResult
 
getId() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getInstance() - Static method in class com.springml.salesforce.wave.api.APIFactory
 
getIsRichText() - Method in class com.springml.salesforce.wave.model.chatter.Header
 
getItems() - Method in class com.springml.salesforce.wave.model.chatter.Page
 
getItems() - Method in class com.springml.salesforce.wave.model.chatter.Topics
 
getJobId() - Method in class com.springml.salesforce.wave.model.BatchInfo
 
getLabel() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getLabel() - Method in class com.springml.salesforce.wave.model.dataset.Folder
 
getLabel() - Method in class com.springml.salesforce.wave.model.Field
 
getLargeIconUrl() - Method in class com.springml.salesforce.wave.model.chatter.Motif
 
getLargePhotoUrl() - Method in class com.springml.salesforce.wave.model.chatter.Photo
 
getLastAccessedDate() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getLastModifiedBy() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getLastModifiedDate() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getLastName() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getLength() - Method in class com.springml.salesforce.wave.model.Field
 
getLikesMessage() - Method in class com.springml.salesforce.wave.model.chatter.ChatterLikes
 
getLimit() - Method in class com.springml.salesforce.wave.model.QueryResult
 
getLoginURL() - Method in class com.springml.salesforce.wave.util.SFConfig
 
getManage() - Method in class com.springml.salesforce.wave.model.dataset.Permissions
 
getMaxRetry() - Method in class com.springml.salesforce.wave.util.SFConfig
 
getMediumIconUrl() - Method in class com.springml.salesforce.wave.model.chatter.Motif
 
getMessageSegments() - Method in class com.springml.salesforce.wave.model.chatter.Body
 
getMessageSegments() - Method in class com.springml.salesforce.wave.model.chatter.Header
 
getMessageSegments() - Method in class com.springml.salesforce.wave.model.chatter.MessageBody
 
getModifiedDate() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getModify() - Method in class com.springml.salesforce.wave.model.dataset.Permissions
 
getMotif() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getMotif() - Method in class com.springml.salesforce.wave.model.chatter.Parent
 
getMute() - Method in class com.springml.salesforce.wave.model.chatter.Capabilities
 
getMyLike() - Method in class com.springml.salesforce.wave.model.chatter.ChatterLikes
 
getMySubscription() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getMySubscription() - Method in class com.springml.salesforce.wave.model.chatter.Parent
 
getName() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getName() - Method in class com.springml.salesforce.wave.model.chatter.Parent
 
getName() - Method in class com.springml.salesforce.wave.model.dataset.CreatedBy
 
getName() - Method in class com.springml.salesforce.wave.model.dataset.CurrentVersionCreatedBy
 
getName() - Method in class com.springml.salesforce.wave.model.dataset.CurrentVersionLastModifiedBy
 
getName() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getName() - Method in class com.springml.salesforce.wave.model.dataset.Folder
 
getName() - Method in class com.springml.salesforce.wave.model.dataset.LastModifiedBy
 
getName() - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
getName() - Method in class com.springml.salesforce.wave.model.Field
 
getNextPageUrl() - Method in class com.springml.salesforce.wave.model.chatter.Page
 
getNextPageUrl() - Method in class com.springml.salesforce.wave.model.dataset.DatasetsResponse
 
getNextRecordsUrl() - Method in class com.springml.salesforce.wave.model.SOQLResult
 
getNumberBatchesCompleted() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getNumberBatchesFailed() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getNumberBatchesInProgress() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getNumberBatchesQueued() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getNumberBatchesTotal() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getNumberRecordsFailed() - Method in class com.springml.salesforce.wave.model.BatchInfo
 
getNumberRecordsFailed() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getNumberRecordsProcessed() - Method in class com.springml.salesforce.wave.model.BatchInfo
 
getNumberRecordsProcessed() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getNumberRetries() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getObject() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getObjectMapper() - Method in class com.springml.salesforce.wave.impl.AbstractAPIImpl
 
getObjId() - Method in class com.springml.salesforce.wave.model.AddTaskRequest
 
getOffset() - Method in class com.springml.salesforce.wave.model.QueryResult
 
getOperation() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getOriginalFeedItem() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getOriginalFeedItemActor() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getOwnerId() - Method in class com.springml.salesforce.wave.model.AddTaskRequest
 
getPage() - Method in class com.springml.salesforce.wave.model.chatter.ChatterLikes
 
getPage() - Method in class com.springml.salesforce.wave.model.chatter.Comments
 
getParent() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getPartnerConnection() - Method in class com.springml.salesforce.wave.util.SFConfig
 
getPassword() - Method in class com.springml.salesforce.wave.util.SFConfig
 
getPermissions() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getPhoto() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getPhotoUrl() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getPhotoVersionId() - Method in class com.springml.salesforce.wave.model.chatter.Photo
 
getPlatformActionGroups() - Method in class com.springml.salesforce.wave.model.chatter.AssociatedActions
 
getPreviousPageUrl() - Method in class com.springml.salesforce.wave.model.chatter.Page
 
getProfilePhotoUrl() - Method in class com.springml.salesforce.wave.model.dataset.CreatedBy
 
getProfilePhotoUrl() - Method in class com.springml.salesforce.wave.model.dataset.CurrentVersionCreatedBy
 
getProfilePhotoUrl() - Method in class com.springml.salesforce.wave.model.dataset.CurrentVersionLastModifiedBy
 
getProfilePhotoUrl() - Method in class com.springml.salesforce.wave.model.dataset.LastModifiedBy
 
getQuery() - Method in class com.springml.salesforce.wave.model.QueryResult
 
getRecords() - Method in class com.springml.salesforce.wave.model.Results
 
getRecords() - Method in class com.springml.salesforce.wave.model.SOQLResult
 
getReferenceId() - Method in class com.springml.salesforce.wave.model.InsertResult
 
getRelativeCreatedDate() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getReputation() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getRequestConfig() - Static method in class com.springml.salesforce.wave.util.HTTPHelper
 
getRequestURI(PartnerConnection, String) - Method in class com.springml.salesforce.wave.util.SFConfig
 
getRequestURI(PartnerConnection, String, String) - Method in class com.springml.salesforce.wave.util.SFConfig
 
getResponseId() - Method in class com.springml.salesforce.wave.model.QueryResult
 
getResponseTime() - Method in class com.springml.salesforce.wave.model.QueryResult
 
getResults() - Method in class com.springml.salesforce.wave.model.InsertObjectsResponse
 
getResults() - Method in class com.springml.salesforce.wave.model.QueryResult
 
getResultVariable() - Method in class com.springml.salesforce.wave.model.QueryResult
 
getSessionId(PartnerConnection) - Method in class com.springml.salesforce.wave.util.SFConfig
 
getSessionId() - Method in class com.springml.salesforce.wave.util.SFConfig
 
getSfConfig() - Method in class com.springml.salesforce.wave.impl.AbstractAPIImpl
 
getSFEndpoint() - Method in interface com.springml.salesforce.wave.api.ForceAPI
Insert a salesforce object
getSFEndpoint() - Method in class com.springml.salesforce.wave.impl.ForceAPIImpl
 
getSmallIconUrl() - Method in class com.springml.salesforce.wave.model.chatter.Motif
 
getSmallPhotoUrl() - Method in class com.springml.salesforce.wave.model.chatter.Photo
 
getStandardEmailPhotoUrl() - Method in class com.springml.salesforce.wave.model.chatter.Photo
 
getState() - Method in class com.springml.salesforce.wave.model.BatchInfo
 
getState() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getStateMessage() - Method in class com.springml.salesforce.wave.model.BatchInfo
 
getSubject() - Method in class com.springml.salesforce.wave.model.AddTaskRequest
 
getSubjectId() - Method in class com.springml.salesforce.wave.model.PostMessageRequest
 
getSvgIconUrl() - Method in class com.springml.salesforce.wave.model.chatter.Motif
 
getSystemModstamp() - Method in class com.springml.salesforce.wave.model.BatchInfo
 
getSystemModstamp() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getText() - Method in class com.springml.salesforce.wave.model.chatter.Body
 
getText() - Method in class com.springml.salesforce.wave.model.chatter.Header
 
getText() - Method in class com.springml.salesforce.wave.model.chatter.MessageElement
 
getText() - Method in class com.springml.salesforce.wave.model.chatter.MessageSegment
 
getTitle() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getTopics() - Method in class com.springml.salesforce.wave.model.chatter.Capabilities
 
getTotal() - Method in class com.springml.salesforce.wave.model.chatter.Page
 
getTotalProcessingTime() - Method in class com.springml.salesforce.wave.model.BatchInfo
 
getTotalProcessingTime() - Method in class com.springml.salesforce.wave.model.JobInfo
 
getTotalSize() - Method in class com.springml.salesforce.wave.model.dataset.DatasetsResponse
 
getTotalSize() - Method in class com.springml.salesforce.wave.model.SOQLResult
 
getType() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getType() - Method in class com.springml.salesforce.wave.model.chatter.MessageElement
 
getType() - Method in class com.springml.salesforce.wave.model.chatter.MessageSegment
 
getType() - Method in class com.springml.salesforce.wave.model.chatter.Parent
 
getType() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getType() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getUrl() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getUrl() - Method in class com.springml.salesforce.wave.model.chatter.Parent
 
getUrl() - Method in class com.springml.salesforce.wave.model.chatter.Photo
 
getUrl() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getUrl() - Method in class com.springml.salesforce.wave.model.chatter.Reference
 
getUrl() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getUrl() - Method in class com.springml.salesforce.wave.model.dataset.DatasetsResponse
 
getUrl() - Method in class com.springml.salesforce.wave.model.dataset.Folder
 
getUrlDetail() - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
getUrlEdit() - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
getUrlNew() - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
getUsername() - Method in class com.springml.salesforce.wave.util.SFConfig
 
getUserType() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
getVersionsUrl() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
getView() - Method in class com.springml.salesforce.wave.model.dataset.Permissions
 
getVisibility() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
getXmlMapper() - Method in class com.springml.salesforce.wave.impl.AbstractAPIImpl
 

H

Header - Class in com.springml.salesforce.wave.model.chatter
 
Header() - Constructor for class com.springml.salesforce.wave.model.chatter.Header
 
HEADER_ACCEPT - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
HEADER_AUTH - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
HEADER_BATCH_SIZE - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
HEADER_OAUTH - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
HEADER_SF_QUERY_OPTIONS - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
HEADER_X_SFDC_SESSION - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
HTTPHelper - Class in com.springml.salesforce.wave.util
Helper class for HTTP requests
HTTPHelper() - Constructor for class com.springml.salesforce.wave.util.HTTPHelper
 

I

insertObject(String, String) - Method in interface com.springml.salesforce.wave.api.ForceAPI
Insert a salesforce object
insertObject(String, String) - Method in class com.springml.salesforce.wave.impl.ForceAPIImpl
 
InsertObjectsResponse - Class in com.springml.salesforce.wave.model
 
InsertObjectsResponse() - Constructor for class com.springml.salesforce.wave.model.InsertObjectsResponse
 
InsertResult - Class in com.springml.salesforce.wave.model
 
InsertResult() - Constructor for class com.springml.salesforce.wave.model.InsertResult
 
isCanAssignTopics() - Method in class com.springml.salesforce.wave.model.chatter.Topics
 
isCanShare() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
isCompleted(String) - Method in interface com.springml.salesforce.wave.api.BulkAPI
Queries Salesforce to get the BatchInfo of the specified Job Check whether all the Jobs are completed
isCompleted(String) - Method in class com.springml.salesforce.wave.impl.BulkAPIImpl
 
isCreateable() - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
isCreateable() - Method in class com.springml.salesforce.wave.model.Field
 
isCustom() - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
isCustom() - Method in class com.springml.salesforce.wave.model.Field
 
isDeletable() - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
isDone() - Method in class com.springml.salesforce.wave.model.QueryResult
 
isDone() - Method in class com.springml.salesforce.wave.model.SOQLResult
 
isEvent() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
isFilterable() - Method in class com.springml.salesforce.wave.model.Field
 
isHasErrors() - Method in class com.springml.salesforce.wave.model.InsertObjectsResponse
 
isIsActive() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
isIsBookmarkedByCurrentUser() - Method in class com.springml.salesforce.wave.model.chatter.Bookmarks
 
isIsDeleteRestricted() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
isIsInThisCommunity() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
isIsLikedByCurrentUser() - Method in class com.springml.salesforce.wave.model.chatter.ChatterLikes
 
isIsMutedByMe() - Method in class com.springml.salesforce.wave.model.chatter.Mute
 
isIsRichText() - Method in class com.springml.salesforce.wave.model.chatter.Body
 
isNameField() - Method in class com.springml.salesforce.wave.model.Field
 
isNillable() - Method in class com.springml.salesforce.wave.model.Field
 
isQueryable() - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
isReplicateable() - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
isRetrieveable() - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
isSearchable() - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
isSuccess(String) - Method in interface com.springml.salesforce.wave.api.BulkAPI
Queries Salesforce to get the BatchInfo of the specified Job Check whether all the Jobs are completed
isSuccess(String) - Method in class com.springml.salesforce.wave.impl.BulkAPIImpl
 
isSuccess() - Method in class com.springml.salesforce.wave.model.ForceResponse
 
isUndeletable() - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
isUnique() - Method in class com.springml.salesforce.wave.model.Field
 
isUpdateable() - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
isUpdateable() - Method in class com.springml.salesforce.wave.model.Field
 

J

JobInfo - Class in com.springml.salesforce.wave.model
 
JobInfo(String, String, String) - Constructor for class com.springml.salesforce.wave.model.JobInfo
 
JobInfo(String) - Constructor for class com.springml.salesforce.wave.model.JobInfo
 
JobInfo() - Constructor for class com.springml.salesforce.wave.model.JobInfo
 

L

LastModifiedBy - Class in com.springml.salesforce.wave.model.dataset
 
LastModifiedBy() - Constructor for class com.springml.salesforce.wave.model.dataset.LastModifiedBy
 
LRUCache<K,V> - Class in com.springml.salesforce.wave.util
 
LRUCache(int) - Constructor for class com.springml.salesforce.wave.util.LRUCache
 

M

MessageBody - Class in com.springml.salesforce.wave.model.chatter
 
MessageBody() - Constructor for class com.springml.salesforce.wave.model.chatter.MessageBody
 
MessageElement - Class in com.springml.salesforce.wave.model.chatter
 
MessageElement() - Constructor for class com.springml.salesforce.wave.model.chatter.MessageElement
 
MessageSegment - Class in com.springml.salesforce.wave.model.chatter
 
MessageSegment() - Constructor for class com.springml.salesforce.wave.model.chatter.MessageSegment
 
Motif - Class in com.springml.salesforce.wave.model.chatter
 
Motif() - Constructor for class com.springml.salesforce.wave.model.chatter.Motif
 
Mute - Class in com.springml.salesforce.wave.model.chatter
 
Mute() - Constructor for class com.springml.salesforce.wave.model.chatter.Mute
 

P

Page - Class in com.springml.salesforce.wave.model.chatter
 
Page() - Constructor for class com.springml.salesforce.wave.model.chatter.Page
 
Parent - Class in com.springml.salesforce.wave.model.chatter
 
Parent() - Constructor for class com.springml.salesforce.wave.model.chatter.Parent
 
PATH_BATCH - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
PATH_CHATTER - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
PATH_FEED_ELEMENTS - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
PATH_JOB - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
PATH_QUERY - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
PATH_QUERY_ALL - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
PATH_RESULT - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
PATH_SOAP_ENDPOINT - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
PATH_SOBJECTS - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
PATH_TASK - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
PATH_WAVE_DATASETS - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
PATH_WAVE_QUERY - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
Permissions - Class in com.springml.salesforce.wave.model.dataset
 
Permissions() - Constructor for class com.springml.salesforce.wave.model.dataset.Permissions
 
Photo - Class in com.springml.salesforce.wave.model.chatter
 
Photo() - Constructor for class com.springml.salesforce.wave.model.chatter.Photo
 
post(URI, String, String) - Method in class com.springml.salesforce.wave.util.HTTPHelper
 
post(URI, String, String, boolean) - Method in class com.springml.salesforce.wave.util.HTTPHelper
 
post(URI, String, String, boolean, List<Header>) - Method in class com.springml.salesforce.wave.util.HTTPHelper
 
post(URI, String, String, String, boolean) - Method in class com.springml.salesforce.wave.util.HTTPHelper
 
post(URI, String, String, String, boolean, List<Header>) - Method in class com.springml.salesforce.wave.util.HTTPHelper
 
postMessage(PostMessageRequest) - Method in interface com.springml.salesforce.wave.api.ChatterAPI
 
postMessage(String, String, String) - Method in interface com.springml.salesforce.wave.api.ChatterAPI
 
postMessage(PostMessageRequest) - Method in class com.springml.salesforce.wave.impl.ChatterAPIImpl
 
postMessage(String, String, String) - Method in class com.springml.salesforce.wave.impl.ChatterAPIImpl
 
PostMessageRequest - Class in com.springml.salesforce.wave.model
 
PostMessageRequest() - Constructor for class com.springml.salesforce.wave.model.PostMessageRequest
 
PostMessageResponse - Class in com.springml.salesforce.wave.model.chatter
 
PostMessageResponse() - Constructor for class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 

Q

query(String) - Method in interface com.springml.salesforce.wave.api.ForceAPI
Execute the given SOQL by using "/query" API
query(String, boolean) - Method in interface com.springml.salesforce.wave.api.ForceAPI
Execute the given SOQL by using either the "/query" API or the "/queryAll" API
query(String) - Method in interface com.springml.salesforce.wave.api.WaveAPI
Execute the given SAQL by using "/wave/query" API
query(String) - Method in class com.springml.salesforce.wave.impl.ForceAPIImpl
 
query(String, boolean) - Method in class com.springml.salesforce.wave.impl.ForceAPIImpl
 
query(String) - Method in class com.springml.salesforce.wave.impl.WaveAPIImpl
 
QUERY_PARAM - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
queryMore(SOQLResult) - Method in interface com.springml.salesforce.wave.api.ForceAPI
Query further records using nextRecordsURL
queryMore(QueryResult) - Method in interface com.springml.salesforce.wave.api.WaveAPI
Execute query and return the next set of results
queryMore(SOQLResult) - Method in class com.springml.salesforce.wave.impl.ForceAPIImpl
 
queryMore(QueryResult) - Method in class com.springml.salesforce.wave.impl.WaveAPIImpl
 
QueryResult - Class in com.springml.salesforce.wave.model
Bean class for Salesforce Wave api response { "action": "query", "responseId": "3zgfdv7BUuMLxQVeRhqeek", "results": { "records": [ { "field1": 10, "field2": "Field Value 2", "field23": "Field Value 3" } ] }, "query": "SAQL_Query", "responseTime": 171 }
QueryResult() - Constructor for class com.springml.salesforce.wave.model.QueryResult
 
queryWithPagination(String, String, int) - Method in interface com.springml.salesforce.wave.api.WaveAPI
Executes Paginated query and return the result To get further results call WaveAPI.queryMore(QueryResult queryResult)
queryWithPagination(String, String, int) - Method in class com.springml.salesforce.wave.impl.WaveAPIImpl
 

R

Reference - Class in com.springml.salesforce.wave.model.chatter
 
Reference() - Constructor for class com.springml.salesforce.wave.model.chatter.Reference
 
removeEldestEntry(Map.Entry<K, V>) - Method in class com.springml.salesforce.wave.util.LRUCache
 
Results - Class in com.springml.salesforce.wave.model
Bean class for Salesforce Wave Query results { "results": { "records": [ { "field1": 11, "field2": "value", "field3": "value" } ] } }
Results() - Constructor for class com.springml.salesforce.wave.model.Results
 

S

SERVICE_ASYNC_PATH - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
SERVICE_PATH - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
SERVICE_PATH_QUERY - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
SERVICE_PATH_WAVE_QUERY - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
setActor(Actor) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setAdditionalLabel(String) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.AssociatedActions
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.Body
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.Bookmarks
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.Capabilities
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.ChatterLikes
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.ClientInfo
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.Comments
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.Header
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.MessageSegment
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.Motif
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.Mute
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.Page
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.Parent
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.Photo
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.Reference
 
setAdditionalProperty(String, Object) - Method in class com.springml.salesforce.wave.model.chatter.Topics
 
setApexProcessingTime(long) - Method in class com.springml.salesforce.wave.model.BatchInfo
 
setApiActiveProcessingTime(long) - Method in class com.springml.salesforce.wave.model.BatchInfo
 
setApiVersion(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setApiVersion(String) - Method in class com.springml.salesforce.wave.util.SFConfig
 
setApplicationName(String) - Method in class com.springml.salesforce.wave.model.chatter.ClientInfo
 
setApplicationUrl(Object) - Method in class com.springml.salesforce.wave.model.chatter.ClientInfo
 
setAssociatedActions(AssociatedActions) - Method in class com.springml.salesforce.wave.model.chatter.Capabilities
 
setBatchInfo(List<BatchInfo>) - Method in class com.springml.salesforce.wave.model.BatchInfoList
 
setBatchResultIds(List<String>) - Method in class com.springml.salesforce.wave.model.BatchResultList
 
setBatchSize(Integer) - Method in class com.springml.salesforce.wave.util.SFConfig
 
setBody(Body) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setBody(MessageBody) - Method in class com.springml.salesforce.wave.model.PostMessageRequest
 
setBookmarks(Bookmarks) - Method in class com.springml.salesforce.wave.model.chatter.Capabilities
 
setCanAssignTopics(boolean) - Method in class com.springml.salesforce.wave.model.chatter.Topics
 
setCanShare(boolean) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setCapabilities(Capabilities) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setChatterLikes(ChatterLikes) - Method in class com.springml.salesforce.wave.model.chatter.Capabilities
 
setClientInfo(ClientInfo) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setColor(String) - Method in class com.springml.salesforce.wave.model.chatter.Motif
 
setComments(Comments) - Method in class com.springml.salesforce.wave.model.chatter.Capabilities
 
setCommunityNickname(String) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setCompanyName(String) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setConcurrencyMode(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setContentType(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setCreateable(boolean) - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
setCreateable(boolean) - Method in class com.springml.salesforce.wave.model.Field
 
setCreatedBy(CreatedBy) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setCreatedById(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setCreatedDate(String) - Method in class com.springml.salesforce.wave.model.BatchInfo
 
setCreatedDate(String) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setCreatedDate(String) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setCreatedDate(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setCurrentPageUrl(String) - Method in class com.springml.salesforce.wave.model.chatter.Page
 
setCurrentVersionCreatedBy(CurrentVersionCreatedBy) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setCurrentVersionCreatedDate(String) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setCurrentVersionId(String) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setCurrentVersionLastModifiedBy(CurrentVersionLastModifiedBy) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setCurrentVersionLastModifiedDate(String) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setCurrentVersionUrl(String) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setCustom(boolean) - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
setCustom(boolean) - Method in class com.springml.salesforce.wave.model.Field
 
setDatasets(List<Dataset>) - Method in class com.springml.salesforce.wave.model.dataset.DatasetsResponse
 
setDeletable(boolean) - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
setDisplayName(String) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setDone(boolean) - Method in class com.springml.salesforce.wave.model.QueryResult
 
setDone(boolean) - Method in class com.springml.salesforce.wave.model.SOQLResult
 
setError(String) - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
setError(String) - Method in class com.springml.salesforce.wave.model.ForceResponse
 
setError(String) - Method in class com.springml.salesforce.wave.model.InsertObjectsResponse
 
setEvent(boolean) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setExternalIdFieldName(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setFastPathEnabled(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setFeedElementType(String) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setFeedElementType(String) - Method in class com.springml.salesforce.wave.model.PostMessageRequest
 
setFields(List<Field>) - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
setFilterable(boolean) - Method in class com.springml.salesforce.wave.model.Field
 
setFirstName(String) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setFolder(Folder) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setFullEmailPhotoUrl(String) - Method in class com.springml.salesforce.wave.model.chatter.Photo
 
setHasErrors(boolean) - Method in class com.springml.salesforce.wave.model.InsertObjectsResponse
 
setHeader(Header) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setHttpHelper(HTTPHelper) - Method in class com.springml.salesforce.wave.impl.AbstractAPIImpl
 
setId(String) - Method in class com.springml.salesforce.wave.model.BatchInfo
 
setId(String) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setId(String) - Method in class com.springml.salesforce.wave.model.chatter.MessageElement
 
setId(String) - Method in class com.springml.salesforce.wave.model.chatter.Parent
 
setId(String) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setId(String) - Method in class com.springml.salesforce.wave.model.chatter.Reference
 
setId(String) - Method in class com.springml.salesforce.wave.model.dataset.CreatedBy
 
setId(String) - Method in class com.springml.salesforce.wave.model.dataset.CurrentVersionCreatedBy
 
setId(String) - Method in class com.springml.salesforce.wave.model.dataset.CurrentVersionLastModifiedBy
 
setId(String) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setId(String) - Method in class com.springml.salesforce.wave.model.dataset.Folder
 
setId(String) - Method in class com.springml.salesforce.wave.model.dataset.LastModifiedBy
 
setId(String) - Method in class com.springml.salesforce.wave.model.ForceResponse
 
setId(String) - Method in class com.springml.salesforce.wave.model.InsertResult
 
setId(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setIsActive(boolean) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setIsBookmarkedByCurrentUser(boolean) - Method in class com.springml.salesforce.wave.model.chatter.Bookmarks
 
setIsDeleteRestricted(boolean) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setIsInThisCommunity(boolean) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setIsLikedByCurrentUser(boolean) - Method in class com.springml.salesforce.wave.model.chatter.ChatterLikes
 
setIsMutedByMe(boolean) - Method in class com.springml.salesforce.wave.model.chatter.Mute
 
setIsRichText(boolean) - Method in class com.springml.salesforce.wave.model.chatter.Body
 
setIsRichText(Object) - Method in class com.springml.salesforce.wave.model.chatter.Header
 
setItems(List<Object>) - Method in class com.springml.salesforce.wave.model.chatter.Page
 
setItems(List<Object>) - Method in class com.springml.salesforce.wave.model.chatter.Topics
 
setJobId(String) - Method in class com.springml.salesforce.wave.model.BatchInfo
 
setLabel(String) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setLabel(String) - Method in class com.springml.salesforce.wave.model.dataset.Folder
 
setLabel(String) - Method in class com.springml.salesforce.wave.model.Field
 
setLargeIconUrl(String) - Method in class com.springml.salesforce.wave.model.chatter.Motif
 
setLargePhotoUrl(String) - Method in class com.springml.salesforce.wave.model.chatter.Photo
 
setLastAccessedDate(String) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setLastModifiedBy(LastModifiedBy) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setLastModifiedDate(String) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setLastName(String) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setLength(int) - Method in class com.springml.salesforce.wave.model.Field
 
setLikesMessage(Object) - Method in class com.springml.salesforce.wave.model.chatter.ChatterLikes
 
setLimit(int) - Method in class com.springml.salesforce.wave.model.QueryResult
 
setLoginURL(String) - Method in class com.springml.salesforce.wave.util.SFConfig
 
setManage(Boolean) - Method in class com.springml.salesforce.wave.model.dataset.Permissions
 
setMaxRetry(Integer) - Method in class com.springml.salesforce.wave.util.SFConfig
 
setMediumIconUrl(String) - Method in class com.springml.salesforce.wave.model.chatter.Motif
 
setMessageSegments(List<MessageSegment>) - Method in class com.springml.salesforce.wave.model.chatter.Body
 
setMessageSegments(List<MessageSegment>) - Method in class com.springml.salesforce.wave.model.chatter.Header
 
setMessageSegments(List<MessageElement>) - Method in class com.springml.salesforce.wave.model.chatter.MessageBody
 
setModifiedDate(String) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setModify(Boolean) - Method in class com.springml.salesforce.wave.model.dataset.Permissions
 
setMotif(Motif) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setMotif(Motif) - Method in class com.springml.salesforce.wave.model.chatter.Parent
 
setMute(Mute) - Method in class com.springml.salesforce.wave.model.chatter.Capabilities
 
setMyLike(Object) - Method in class com.springml.salesforce.wave.model.chatter.ChatterLikes
 
setMySubscription(Object) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setMySubscription(Object) - Method in class com.springml.salesforce.wave.model.chatter.Parent
 
setName(String) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setName(String) - Method in class com.springml.salesforce.wave.model.chatter.Parent
 
setName(String) - Method in class com.springml.salesforce.wave.model.dataset.CreatedBy
 
setName(String) - Method in class com.springml.salesforce.wave.model.dataset.CurrentVersionCreatedBy
 
setName(String) - Method in class com.springml.salesforce.wave.model.dataset.CurrentVersionLastModifiedBy
 
setName(String) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setName(String) - Method in class com.springml.salesforce.wave.model.dataset.Folder
 
setName(String) - Method in class com.springml.salesforce.wave.model.dataset.LastModifiedBy
 
setName(String) - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
setName(String) - Method in class com.springml.salesforce.wave.model.Field
 
setNameField(boolean) - Method in class com.springml.salesforce.wave.model.Field
 
setNextPageUrl(Object) - Method in class com.springml.salesforce.wave.model.chatter.Page
 
setNextPageUrl(Object) - Method in class com.springml.salesforce.wave.model.dataset.DatasetsResponse
 
setNextRecordsUrl(String) - Method in class com.springml.salesforce.wave.model.SOQLResult
 
setNillable(boolean) - Method in class com.springml.salesforce.wave.model.Field
 
setNumberBatchesCompleted(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setNumberBatchesFailed(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setNumberBatchesInProgress(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setNumberBatchesQueued(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setNumberBatchesTotal(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setNumberRecordsFailed(long) - Method in class com.springml.salesforce.wave.model.BatchInfo
 
setNumberRecordsFailed(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setNumberRecordsProcessed(long) - Method in class com.springml.salesforce.wave.model.BatchInfo
 
setNumberRecordsProcessed(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setNumberRetries(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setObject(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setObjectMapper(ObjectMapper) - Method in class com.springml.salesforce.wave.impl.AbstractAPIImpl
 
setObjId(String) - Method in class com.springml.salesforce.wave.model.AddTaskRequest
 
setOffset(int) - Method in class com.springml.salesforce.wave.model.QueryResult
 
setOperation(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setOriginalFeedItem(Object) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setOriginalFeedItemActor(Object) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setOwnerId(String) - Method in class com.springml.salesforce.wave.model.AddTaskRequest
 
setPage(Page) - Method in class com.springml.salesforce.wave.model.chatter.ChatterLikes
 
setPage(Page) - Method in class com.springml.salesforce.wave.model.chatter.Comments
 
setParent(Parent) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setPassword(String) - Method in class com.springml.salesforce.wave.util.SFConfig
 
setPermissions(Permissions) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setPhoto(Photo) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setPhotoUrl(String) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setPhotoVersionId(Object) - Method in class com.springml.salesforce.wave.model.chatter.Photo
 
setPlatformActionGroups(List<Object>) - Method in class com.springml.salesforce.wave.model.chatter.AssociatedActions
 
setPreviousPageUrl(Object) - Method in class com.springml.salesforce.wave.model.chatter.Page
 
setProfilePhotoUrl(String) - Method in class com.springml.salesforce.wave.model.dataset.CreatedBy
 
setProfilePhotoUrl(String) - Method in class com.springml.salesforce.wave.model.dataset.CurrentVersionCreatedBy
 
setProfilePhotoUrl(String) - Method in class com.springml.salesforce.wave.model.dataset.CurrentVersionLastModifiedBy
 
setProfilePhotoUrl(String) - Method in class com.springml.salesforce.wave.model.dataset.LastModifiedBy
 
setQuery(String) - Method in class com.springml.salesforce.wave.model.QueryResult
 
setQueryable(boolean) - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
setRecords(List<Map<String, String>>) - Method in class com.springml.salesforce.wave.model.Results
 
setRecords(List<Map<String, Object>>) - Method in class com.springml.salesforce.wave.model.SOQLResult
 
setReferenceId(String) - Method in class com.springml.salesforce.wave.model.InsertResult
 
setRelativeCreatedDate(String) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setReplicateable(boolean) - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
setReputation(Object) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setResponseId(String) - Method in class com.springml.salesforce.wave.model.QueryResult
 
setResponseTime(long) - Method in class com.springml.salesforce.wave.model.QueryResult
 
setResults(List<InsertResult>) - Method in class com.springml.salesforce.wave.model.InsertObjectsResponse
 
setResults(Results) - Method in class com.springml.salesforce.wave.model.QueryResult
 
setResultVariable(String) - Method in class com.springml.salesforce.wave.model.QueryResult
 
setRetrieveable(boolean) - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
setSearchable(boolean) - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
setSfConfig(SFConfig) - Method in class com.springml.salesforce.wave.impl.AbstractAPIImpl
 
setSmallIconUrl(String) - Method in class com.springml.salesforce.wave.model.chatter.Motif
 
setSmallPhotoUrl(String) - Method in class com.springml.salesforce.wave.model.chatter.Photo
 
setStandardEmailPhotoUrl(String) - Method in class com.springml.salesforce.wave.model.chatter.Photo
 
setState(String) - Method in class com.springml.salesforce.wave.model.BatchInfo
 
setState(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setStateMessage(String) - Method in class com.springml.salesforce.wave.model.BatchInfo
 
setSubject(String) - Method in class com.springml.salesforce.wave.model.AddTaskRequest
 
setSubjectId(String) - Method in class com.springml.salesforce.wave.model.PostMessageRequest
 
setSuccess(boolean) - Method in class com.springml.salesforce.wave.model.ForceResponse
 
setSvgIconUrl(Object) - Method in class com.springml.salesforce.wave.model.chatter.Motif
 
setSystemModstamp(String) - Method in class com.springml.salesforce.wave.model.BatchInfo
 
setSystemModstamp(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setText(String) - Method in class com.springml.salesforce.wave.model.chatter.Body
 
setText(String) - Method in class com.springml.salesforce.wave.model.chatter.Header
 
setText(String) - Method in class com.springml.salesforce.wave.model.chatter.MessageElement
 
setText(String) - Method in class com.springml.salesforce.wave.model.chatter.MessageSegment
 
setTitle(Object) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setTopics(Topics) - Method in class com.springml.salesforce.wave.model.chatter.Capabilities
 
setTotal(int) - Method in class com.springml.salesforce.wave.model.chatter.Page
 
setTotalProcessingTime(long) - Method in class com.springml.salesforce.wave.model.BatchInfo
 
setTotalProcessingTime(String) - Method in class com.springml.salesforce.wave.model.JobInfo
 
setTotalSize(Integer) - Method in class com.springml.salesforce.wave.model.dataset.DatasetsResponse
 
setTotalSize(int) - Method in class com.springml.salesforce.wave.model.SOQLResult
 
setType(String) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setType(String) - Method in class com.springml.salesforce.wave.model.chatter.MessageElement
 
setType(String) - Method in class com.springml.salesforce.wave.model.chatter.MessageSegment
 
setType(String) - Method in class com.springml.salesforce.wave.model.chatter.Parent
 
setType(String) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setType(String) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setUndeletable(boolean) - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
setUnique(boolean) - Method in class com.springml.salesforce.wave.model.Field
 
setUpdateable(boolean) - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
setUpdateable(boolean) - Method in class com.springml.salesforce.wave.model.Field
 
setUrl(String) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setUrl(String) - Method in class com.springml.salesforce.wave.model.chatter.Parent
 
setUrl(String) - Method in class com.springml.salesforce.wave.model.chatter.Photo
 
setUrl(String) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setUrl(String) - Method in class com.springml.salesforce.wave.model.chatter.Reference
 
setUrl(String) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setUrl(String) - Method in class com.springml.salesforce.wave.model.dataset.DatasetsResponse
 
setUrl(String) - Method in class com.springml.salesforce.wave.model.dataset.Folder
 
setUrlDetail(String) - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
setUrlEdit(String) - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
setUrlNew(String) - Method in class com.springml.salesforce.wave.model.DescribeSObjectResult
 
setUsername(String) - Method in class com.springml.salesforce.wave.util.SFConfig
 
setUserType(String) - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
setVersionsUrl(String) - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
setView(Boolean) - Method in class com.springml.salesforce.wave.model.dataset.Permissions
 
setVisibility(String) - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
setXmlMapper(XmlMapper) - Method in class com.springml.salesforce.wave.impl.AbstractAPIImpl
 
SFConfig - Class in com.springml.salesforce.wave.util
 
SFConfig(String, String, String, String) - Constructor for class com.springml.salesforce.wave.util.SFConfig
 
SFConfig(String, String, String, String, Integer) - Constructor for class com.springml.salesforce.wave.util.SFConfig
 
SOQLResult - Class in com.springml.salesforce.wave.model
POJO for SOQL result { "totalSize": 4, "done": true, "nextRecordsUrl": "/services/data/v34.0/query/01gB000000HupiDIAR-6000", "records": [ { "attributes": { "type": "Opportunity", "url": "/services/data/v34.0/sobjects/Opportunity/006B0000002ndnuIAA" }, "AccountId": "001B0000003oYAfIAM", "Id": "006B0000002ndnuIAA", "ProposalID__c": "103" } ] }
SOQLResult() - Constructor for class com.springml.salesforce.wave.model.SOQLResult
 
STR_ATTRIBUTES - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_CLOSED - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_COMPLETED - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_CSV - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_EQUALS - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_FAILED - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_IN_PROGRESS - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_INSERT - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_JSON - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_LIMIT_BTW_SPACE - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_NOT_PROCESSED - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_OFFSET_BTW_SPACE - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_QUERY - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_QUEUED - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_SEMI_COLON - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_SPACE - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_UPDATE - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_UTF_8 - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
STR_XML - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 
SYS_PROPERTY_SOCKET_TIMEOUT - Static variable in class com.springml.salesforce.wave.util.WaveAPIConstants
 

T

Topics - Class in com.springml.salesforce.wave.model.chatter
 
Topics() - Constructor for class com.springml.salesforce.wave.model.chatter.Topics
 
toString() - Method in class com.springml.salesforce.wave.model.AddTaskRequest
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.Actor
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.AssociatedActions
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.Body
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.Bookmarks
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.Capabilities
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.ChatterLikes
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.ClientInfo
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.Comments
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.Header
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.MessageSegment
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.Motif
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.Mute
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.Page
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.Parent
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.Photo
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.PostMessageResponse
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.Reference
 
toString() - Method in class com.springml.salesforce.wave.model.chatter.Topics
 
toString() - Method in class com.springml.salesforce.wave.model.dataset.CreatedBy
 
toString() - Method in class com.springml.salesforce.wave.model.dataset.CurrentVersionCreatedBy
 
toString() - Method in class com.springml.salesforce.wave.model.dataset.CurrentVersionLastModifiedBy
 
toString() - Method in class com.springml.salesforce.wave.model.dataset.Dataset
 
toString() - Method in class com.springml.salesforce.wave.model.dataset.DatasetsResponse
 
toString() - Method in class com.springml.salesforce.wave.model.dataset.Folder
 
toString() - Method in class com.springml.salesforce.wave.model.dataset.LastModifiedBy
 
toString() - Method in class com.springml.salesforce.wave.model.dataset.Permissions
 
toString() - Method in class com.springml.salesforce.wave.model.ForceResponse
 

W

waveAPI(String, String, String) - Method in class com.springml.salesforce.wave.api.APIFactory
 
waveAPI(String, String, String, String) - Method in class com.springml.salesforce.wave.api.APIFactory
 
WaveAPI - Interface in com.springml.salesforce.wave.api
Java interface for WAVE REST calls
WaveAPIConstants - Class in com.springml.salesforce.wave.util
 
WaveAPIConstants() - Constructor for class com.springml.salesforce.wave.util.WaveAPIConstants
 
WaveAPIImpl - Class in com.springml.salesforce.wave.impl
Default Implementation for WaveAPI
WaveAPIImpl(SFConfig) - Constructor for class com.springml.salesforce.wave.impl.WaveAPIImpl
 
A B C D F G H I J L M P Q R S T W 
Skip navigation links

Copyright © 2019. All rights reserved.