- get() - Method in interface org.jboss.aerogear.android.pipe.http.HttpProvider
-
Issues an HTTP request, consumes the content, and cleans up
after itself.
- get(Object...) - Method in class org.jboss.aerogear.android.pipe.http.HttpProviderFactory
-
- get() - Method in class org.jboss.aerogear.android.pipe.http.HttpRestProvider
-
Issues an HTTP request, consumes the content, and cleans up
after itself.
- getActivity() - Method in class org.jboss.aerogear.android.pipe.callback.AbstractActivityCallback
-
This method should be called in the onSuccess or onFailure methods of
subclasses.
- getBody() - Method in class org.jboss.aerogear.android.pipe.http.HeaderAndBody
-
- getBody(T) - Method in interface org.jboss.aerogear.android.pipe.RequestBuilder
-
This method creates the body of a request for a Pipe to use.
- getBody(T) - Method in class org.jboss.aerogear.android.pipe.rest.gson.GsonRequestBuilder
-
- getBody(T) - Method in class org.jboss.aerogear.android.pipe.rest.multipart.MultipartRequestBuilder
-
- getCallback() - Method in class org.jboss.aerogear.android.pipe.loader.AbstractPipeLoader
-
- getContentType() - Method in interface org.jboss.aerogear.android.pipe.RequestBuilder
-
- getContentType() - Method in class org.jboss.aerogear.android.pipe.rest.gson.GsonRequestBuilder
-
- getContentType() - Method in class org.jboss.aerogear.android.pipe.rest.multipart.MultipartRequestBuilder
-
- getData() - Method in exception org.jboss.aerogear.android.pipe.http.HttpException
-
- getDataRoot() - Method in class org.jboss.aerogear.android.pipe.MarshallingConfig
-
DataRoot refers to the dotted location of the result we are interested in
from the JSON response from the server.
- getEncoding() - Method in class org.jboss.aerogear.android.pipe.MarshallingConfig
-
Encoding is the data encoding of the http body.
- getException() - Method in class org.jboss.aerogear.android.pipe.loader.AbstractPipeLoader
-
- getFileName() - Method in class org.jboss.aerogear.android.pipe.rest.multipart.TypeAndStream
-
- getFragment() - Method in class org.jboss.aerogear.android.pipe.callback.AbstractFragmentCallback
-
This method should be called in the onSuccess or onFailure methods of
subclasses.
- getHandler() - Method in class org.jboss.aerogear.android.pipe.loader.LoaderAdapter
-
- getHandler() - Method in interface org.jboss.aerogear.android.pipe.Pipe
-
Returns the instance which is responsible for handling read, save, and remove.
- getHandler() - Method in class org.jboss.aerogear.android.pipe.rest.RestAdapter
-
- getHeader(String) - Method in class org.jboss.aerogear.android.pipe.http.HeaderAndBody
-
- getHeaders() - Method in exception org.jboss.aerogear.android.pipe.http.HttpException
-
- getHeaders() - Method in class org.jboss.aerogear.android.pipe.module.AuthorizationFields
-
- getHeaders() - Method in class org.jboss.aerogear.android.pipe.module.ModuleFields
-
- getInputStream() - Method in class org.jboss.aerogear.android.pipe.rest.multipart.TypeAndStream
-
- getKlass() - Method in class org.jboss.aerogear.android.pipe.loader.LoaderAdapter
-
- getKlass() - Method in interface org.jboss.aerogear.android.pipe.Pipe
-
- getKlass() - Method in class org.jboss.aerogear.android.pipe.rest.RestAdapter
-
- getLimitValue() - Method in class org.jboss.aerogear.android.pipe.paging.PageConfig
-
LimitValue is the maximum number of results the server should return
(default: 10)
- getMarshallingConfig() - Method in interface org.jboss.aerogear.android.pipe.RequestBuilder
-
The marshalling config sets options for reading and processing data
- getMarshallingConfig() - Method in interface org.jboss.aerogear.android.pipe.ResponseParser
-
The marshalling config sets options for reading and processing data
- getMarshallingConfig() - Method in class org.jboss.aerogear.android.pipe.rest.gson.GsonRequestBuilder
-
The marshalling config sets options for reading and processing data
- getMarshallingConfig() - Method in class org.jboss.aerogear.android.pipe.rest.gson.GsonResponseParser
-
The marshalling config sets options for reading and processing data
- getMarshallingConfig() - Method in class org.jboss.aerogear.android.pipe.rest.multipart.MultipartRequestBuilder
-
- getMetadataLocation() - Method in class org.jboss.aerogear.android.pipe.paging.PageConfig
-
MetadataLocation indicates whether paging information is received from
the response header, the response body (body) or via RFC 5988
(webLinking), which is the default
- getMimeType() - Method in class org.jboss.aerogear.android.pipe.rest.multipart.TypeAndStream
-
- getModules() - Method in class org.jboss.aerogear.android.pipe.PipeConfiguration
-
Modules are bits of functionality which are called during a Pipes
lifecycle.
- getModules() - Method in class org.jboss.aerogear.android.pipe.rest.RestfulPipeConfiguration
-
- getName() - Method in class org.jboss.aerogear.android.pipe.PipeConfiguration
-
The name is the key which is used to reference the created pipe in
PipeManager.
- getName() - Method in class org.jboss.aerogear.android.pipe.rest.RestfulPipeConfiguration
-
- getNextFilter(HeaderAndBody, T) - Method in interface org.jboss.aerogear.android.pipe.paging.PageParameterExtractor
-
Extracts a usable ReadFilter from the response of a server for the "next" result set.
- getNextFilter(HeaderAndBody, PageConfig) - Method in class org.jboss.aerogear.android.pipe.paging.URIBodyPageParser
-
- getNextFilter(HeaderAndBody, PageConfig) - Method in class org.jboss.aerogear.android.pipe.paging.URIPageHeaderParser
-
- getNextFilter() - Method in class org.jboss.aerogear.android.pipe.paging.WrappingPagedList
-
- getNextIdentifier() - Method in class org.jboss.aerogear.android.pipe.paging.PageConfig
-
NextIdentifier names the element containing data for the next page
(default: next)
- getOffsetValue() - Method in class org.jboss.aerogear.android.pipe.paging.PageConfig
-
OffsetValue is the offset of the first element that should be included in
the returned collection (default: 0)
- getOnPipeCreatedListeners() - Method in class org.jboss.aerogear.android.pipe.PipeConfiguration
-
OnPipeCreatedListseners are a collection of classes to be notified when
the configuration of the Pipe is complete.
- getPageConfig() - Method in class org.jboss.aerogear.android.pipe.rest.RestfulPipeConfiguration
-
- getPageParameterExtractor() - Method in class org.jboss.aerogear.android.pipe.paging.PageConfig
-
PageParameterExtractor is the a
PageParameterExtractor which
parses the response and provides data to a Pipe for the "next" and
"previous" pages.
- getParameterProvider() - Method in class org.jboss.aerogear.android.pipe.paging.PageConfig
-
- getParameters(ReadFilter) - Method in class org.jboss.aerogear.android.pipe.paging.DefaultParameterProvider
-
- getParameters(ReadFilter) - Method in interface org.jboss.aerogear.android.pipe.paging.ParameterProvider
-
- getParameters() - Method in class org.jboss.aerogear.android.pipe.paging.WebLink
-
- getPipe(String) - Static method in class org.jboss.aerogear.android.pipe.PipeManager
-
Fetches a named pipe
- getPipe(String, Activity) - Static method in class org.jboss.aerogear.android.pipe.PipeManager
-
Look up for a pipe object.
- getPipe(String, Fragment, Context) - Static method in class org.jboss.aerogear.android.pipe.PipeManager
-
Look up for a pipe object.
- getPipeHandler() - Method in class org.jboss.aerogear.android.pipe.rest.RestfulPipeConfiguration
-
- getPreviousFilter(HeaderAndBody, T) - Method in interface org.jboss.aerogear.android.pipe.paging.PageParameterExtractor
-
Extracts a usable ReadFilter from the response of a server for the "previous" result set.
- getPreviousFilter(HeaderAndBody, PageConfig) - Method in class org.jboss.aerogear.android.pipe.paging.URIBodyPageParser
-
- getPreviousFilter(HeaderAndBody, PageConfig) - Method in class org.jboss.aerogear.android.pipe.paging.URIPageHeaderParser
-
- getPreviousFilter() - Method in class org.jboss.aerogear.android.pipe.paging.WrappingPagedList
-
- getPreviousIdentifier() - Method in class org.jboss.aerogear.android.pipe.paging.PageConfig
-
PreviousIdentifier names the element containing data for the previous
page (default: previous)
- getQueryParameters() - Method in class org.jboss.aerogear.android.pipe.module.AuthorizationFields
-
- getQueryParameters() - Method in class org.jboss.aerogear.android.pipe.module.ModuleFields
-
- getRequestBuilder() - Method in class org.jboss.aerogear.android.pipe.loader.LoaderAdapter
-
- getRequestBuilder() - Method in interface org.jboss.aerogear.android.pipe.Pipe
-
The
RequestBuilder is responsible for turning objects in bodies of requests.
- getRequestBuilder() - Method in class org.jboss.aerogear.android.pipe.rest.RestAdapter
-
- getRequestBuilder() - Method in class org.jboss.aerogear.android.pipe.rest.RestfulPipeConfiguration
-
- getRequestBuilder() - Method in class org.jboss.aerogear.android.pipe.rest.RestRunner
-
- getResponseParser() - Method in class org.jboss.aerogear.android.pipe.loader.LoaderAdapter
-
- getResponseParser() - Method in interface org.jboss.aerogear.android.pipe.Pipe
-
The
ResponseParser is responsible for turning responses from a SAVE into an object
- getResponseParser() - Method in class org.jboss.aerogear.android.pipe.rest.RestAdapter
-
- getResponseParser() - Method in class org.jboss.aerogear.android.pipe.rest.RestfulPipeConfiguration
-
- getStatusCode() - Method in exception org.jboss.aerogear.android.pipe.http.HttpException
-
- getTimeout() - Method in class org.jboss.aerogear.android.pipe.rest.RestfulPipeConfiguration
-
- getUri() - Method in class org.jboss.aerogear.android.pipe.paging.WebLink
-
- getUrl() - Method in interface org.jboss.aerogear.android.pipe.http.HttpProvider
-
- getUrl() - Method in class org.jboss.aerogear.android.pipe.http.HttpRestProvider
- getUrl() - Method in class org.jboss.aerogear.android.pipe.loader.LoaderAdapter
-
- getUrl() - Method in interface org.jboss.aerogear.android.pipe.Pipe
-
Returns the
URL to which this
Pipe object points.
- getUrl() - Method in class org.jboss.aerogear.android.pipe.rest.RestAdapter
-
Returns the
URL to which this
Pipe object points.
- getUrl() - Method in class org.jboss.aerogear.android.pipe.rest.RestfulPipeConfiguration
-
- GsonRequestBuilder<T> - Class in org.jboss.aerogear.android.pipe.rest.gson
-
- GsonRequestBuilder() - Constructor for class org.jboss.aerogear.android.pipe.rest.gson.GsonRequestBuilder
-
- GsonRequestBuilder(Gson) - Constructor for class org.jboss.aerogear.android.pipe.rest.gson.GsonRequestBuilder
-
- GsonResponseParser<T> - Class in org.jboss.aerogear.android.pipe.rest.gson
-
- GsonResponseParser() - Constructor for class org.jboss.aerogear.android.pipe.rest.gson.GsonResponseParser
-
- GsonResponseParser(Gson) - Constructor for class org.jboss.aerogear.android.pipe.rest.gson.GsonResponseParser
-
- PageConfig - Class in org.jboss.aerogear.android.pipe.paging
-
- PageConfig() - Constructor for class org.jboss.aerogear.android.pipe.paging.PageConfig
-
- pageConfig(PageConfig) - Method in class org.jboss.aerogear.android.pipe.PipeConfiguration
-
Paging is controlled and managed by the pageConfig objects
- pageConfig(PageConfig) - Method in class org.jboss.aerogear.android.pipe.rest.RestfulPipeConfiguration
-
- PageConfig.MetadataLocations - Enum in org.jboss.aerogear.android.pipe.paging
-
- PagedList<T> - Interface in org.jboss.aerogear.android.pipe.paging
-
This class wraps a result and provides methods for retrieving the next and previous result sets.
- PageParameterExtractor<T extends PageConfig> - Interface in org.jboss.aerogear.android.pipe.paging
-
Classes which implement this interface are responsible for consuming a response from a server and extracting paging information (if any).
- ParameterProvider - Interface in org.jboss.aerogear.android.pipe.paging
-
Classes which implement this interface should provide the necessary parameters for paging to a Pipe's read request.
- parse(String) - Static method in class org.jboss.aerogear.android.pipe.util.WebLinkParser
-
- ParseException - Exception in org.jboss.aerogear.android.pipe.util
-
This exception is thrown by something which parses if parsing fails(ex
WebLinkParser)
- ParseException(String) - Constructor for exception org.jboss.aerogear.android.pipe.util.ParseException
-
- Pipe<T> - Interface in org.jboss.aerogear.android.pipe
-
A
Pipe represents a server connection.
- PipeConfiguration<CONFIGURATION extends PipeConfiguration<CONFIGURATION>> - Class in org.jboss.aerogear.android.pipe
-
This is the top level PipeConfiguration class.
- PipeConfiguration() - Constructor for class org.jboss.aerogear.android.pipe.PipeConfiguration
-
- PipeHandler<T> - Interface in org.jboss.aerogear.android.pipe
-
Classes which implement this interface provide the logic for how pipes
interact with services.
- pipeHandler(PipeHandler) - Method in class org.jboss.aerogear.android.pipe.rest.RestfulPipeConfiguration
-
- PipeManager - Class in org.jboss.aerogear.android.pipe
-
A Manager which handles the registration of configurations and references to
created pipes.
- PipeModule - Interface in org.jboss.aerogear.android.pipe.module
-
A PipeModule allows special actions to be taken during certain phases of the
Pipe life cycle.
- post(String) - Method in interface org.jboss.aerogear.android.pipe.http.HttpProvider
-
Issues an HTTP request, consumes the content, and cleans up
after itself.
- post(byte[]) - Method in interface org.jboss.aerogear.android.pipe.http.HttpProvider
-
Issues an HTTP request, consumes the content, and cleans up
after itself.
- post(String) - Method in class org.jboss.aerogear.android.pipe.http.HttpRestProvider
-
Issues an HTTP request, consumes the content, and cleans up
after itself.
- post(byte[]) - Method in class org.jboss.aerogear.android.pipe.http.HttpRestProvider
-
Issues an HTTP request, consumes the content, and cleans up
after itself.
- previous(Callback<List<T>>) - Method in interface org.jboss.aerogear.android.pipe.paging.PagedList
-
Retrieve the previous result set.
- previous(Callback<List<T>>) - Method in class org.jboss.aerogear.android.pipe.paging.WrappingPagedList
-
- put(String, String) - Method in interface org.jboss.aerogear.android.pipe.http.HttpProvider
-
Issues an HTTP request, consumes the content, and cleans up
after itself.
- put(String, byte[]) - Method in interface org.jboss.aerogear.android.pipe.http.HttpProvider
-
Issues an HTTP request, consumes the content, and cleans up
after itself.
- put(String, String) - Method in class org.jboss.aerogear.android.pipe.http.HttpRestProvider
-
Issues an HTTP request, consumes the content, and cleans up
after itself.
- put(String, byte[]) - Method in class org.jboss.aerogear.android.pipe.http.HttpRestProvider
-
Issues an HTTP request, consumes the content, and cleans up
after itself.
- read(Callback<List<T>>) - Method in class org.jboss.aerogear.android.pipe.loader.LoaderAdapter
-
- read(ReadFilter, Callback<List<T>>) - Method in class org.jboss.aerogear.android.pipe.loader.LoaderAdapter
-
- read(Callback<List<T>>) - Method in interface org.jboss.aerogear.android.pipe.Pipe
-
Sends a signal to the Pipe to read its data and return it via the callback.
- read(ReadFilter, Callback<List<T>>) - Method in interface org.jboss.aerogear.android.pipe.Pipe
-
Reads all the data from the underlying server connection.
- read(ReadFilter, Callback<List<T>>) - Method in class org.jboss.aerogear.android.pipe.rest.RestAdapter
-
- read(Callback<List<T>>) - Method in class org.jboss.aerogear.android.pipe.rest.RestAdapter
-
Sends a signal to the Pipe to read its data and return it via the callback.
- ReadLoader<T> - Class in org.jboss.aerogear.android.pipe.loader
-
This class performs a read operation on behalf of a Pipe using the Loader
infrastructure.
- ReadLoader(Context, Callback<List<T>>, PipeHandler<T>, ReadFilter, Pipe<T>) - Constructor for class org.jboss.aerogear.android.pipe.loader.ReadLoader
-
- registerConfigurationProvider(Class<CFG>, ConfigurationProvider<CFG>) - Static method in class org.jboss.aerogear.android.pipe.PipeManager
-
This will add a new Configuration that this Manager can build
Configurations for.
- remove(String, Callback<Void>) - Method in class org.jboss.aerogear.android.pipe.loader.LoaderAdapter
-
- remove(String, Callback<Void>) - Method in interface org.jboss.aerogear.android.pipe.Pipe
-
Removes an object from the underlying server connection.
- remove(String, Callback<Void>) - Method in class org.jboss.aerogear.android.pipe.rest.RestAdapter
-
Removes an object from the underlying server connection.
- REMOVE_ID - Static variable in interface org.jboss.aerogear.android.pipe.LoaderPipe
-
Bundle key for the id of the item to remove
- RemoveLoader<T> - Class in org.jboss.aerogear.android.pipe.loader
-
This class performs a remove operation on behalf of a Pipe using the Loader
infrastructure.
- RemoveLoader(Context, Callback<T>, PipeHandler<T>, String) - Constructor for class org.jboss.aerogear.android.pipe.loader.RemoveLoader
-
- requestBuilder(RequestBuilder) - Method in class org.jboss.aerogear.android.pipe.PipeConfiguration
-
Request builders are responsible for serializing the objects provided
to the Pipe into binary streams for consumption by a service.
- RequestBuilder<T> - Interface in org.jboss.aerogear.android.pipe
-
- requestBuilder(RequestBuilder) - Method in class org.jboss.aerogear.android.pipe.rest.RestfulPipeConfiguration
-
- reset() - Method in class org.jboss.aerogear.android.pipe.loader.LoaderAdapter
-
- reset() - Method in interface org.jboss.aerogear.android.pipe.LoaderPipe
-
Calls reset on all loaders associated with this pipe.
- responseParser(ResponseParser) - Method in class org.jboss.aerogear.android.pipe.PipeConfiguration
-
Response Parsers turn service responses into Objects for the Pipe.
- ResponseParser<T> - Interface in org.jboss.aerogear.android.pipe
-
- responseParser(ResponseParser) - Method in class org.jboss.aerogear.android.pipe.rest.RestfulPipeConfiguration
-
- RestAdapter<T> - Class in org.jboss.aerogear.android.pipe.rest
-
Rest implementation of
Pipe.
- RestAdapter(Class<T>, URL) - Constructor for class org.jboss.aerogear.android.pipe.rest.RestAdapter
-
This will configure the Adapter as with sane RESTful defaults.
- RestAdapter(Class<T>, URL, RestfulPipeConfiguration) - Constructor for class org.jboss.aerogear.android.pipe.rest.RestAdapter
-
This will build an adapter based on a configuration.
- RestfulPipeConfiguration - Class in org.jboss.aerogear.android.pipe.rest
-
Configures a Pipe which interacts with RESTful endpoints.
- RestfulPipeConfiguration() - Constructor for class org.jboss.aerogear.android.pipe.rest.RestfulPipeConfiguration
-
- RestfulPipeConfigurationProvider - Class in org.jboss.aerogear.android.pipe.rest
-
- RestfulPipeConfigurationProvider() - Constructor for class org.jboss.aerogear.android.pipe.rest.RestfulPipeConfigurationProvider
-
- RestRunner<T> - Class in org.jboss.aerogear.android.pipe.rest
-
- RestRunner(Class<T>, URL) - Constructor for class org.jboss.aerogear.android.pipe.rest.RestRunner
-
- run() - Method in class org.jboss.aerogear.android.pipe.loader.LoaderAdapter.CallbackHandler
-
- save(T, Callback<T>) - Method in class org.jboss.aerogear.android.pipe.loader.LoaderAdapter
-
- save(T, Callback<T>) - Method in interface org.jboss.aerogear.android.pipe.Pipe
-
Saves or updates a given object on the server.
- save(T, Callback<T>) - Method in class org.jboss.aerogear.android.pipe.rest.RestAdapter
-
- SAVE_ID - Static variable in interface org.jboss.aerogear.android.pipe.LoaderPipe
-
Bundle key for the id of the item to save
- SaveLoader<T> - Class in org.jboss.aerogear.android.pipe.loader
-
This class performs a save operation on behalf of a Pipe using the Loader
infrastructure.
- SaveLoader(Context, Callback<T>, PipeHandler<T>, byte[], String) - Constructor for class org.jboss.aerogear.android.pipe.loader.SaveLoader
-
- setActivity(Activity) - Method in class org.jboss.aerogear.android.pipe.callback.AbstractActivityCallback
-
This method is called by
AbstractPipeLoader during the onLoadComplete method before onSuccess or onFailure are called.
- setDataRoot(String) - Method in class org.jboss.aerogear.android.pipe.MarshallingConfig
-
DataRoot refers to the dotted location of the result we are interested in
from the JSON response from the server.
- setDefaultHeader(String, String) - Method in interface org.jboss.aerogear.android.pipe.http.HttpProvider
-
Will set a default header value to be used on all calls
- setDefaultHeader(String, String) - Method in class org.jboss.aerogear.android.pipe.http.HttpRestProvider
-
- setEncoding(Charset) - Method in class org.jboss.aerogear.android.pipe.MarshallingConfig
-
Encoding is the data encoding of the http body.
- setFragment(Fragment) - Method in class org.jboss.aerogear.android.pipe.callback.AbstractFragmentCallback
-
This method is called by
AbstractPipeLoader or
AbstractAuthenticationLoader during the onLoadComplete
method before onSuccess or onFailure are called.
- setHeader(String, Object) - Method in class org.jboss.aerogear.android.pipe.http.HeaderAndBody
-
- setHeaders(List<Pair<String, String>>) - Method in class org.jboss.aerogear.android.pipe.module.AuthorizationFields
-
- setHeaders(List<Pair<String, String>>) - Method in class org.jboss.aerogear.android.pipe.module.ModuleFields
-
- setLimitValue(Integer) - Method in class org.jboss.aerogear.android.pipe.paging.PageConfig
-
LimitValue is the maximum number of results the server should return
(default: 10)
- setLoaderIds(Map<String, List<Integer>>) - Method in class org.jboss.aerogear.android.pipe.loader.LoaderAdapter
-
- setLoaderIds(Map<String, List<Integer>>) - Method in interface org.jboss.aerogear.android.pipe.LoaderPipe
-
Passes in a multimap of ids for the named pipe.
- setMarshallingConfig(MarshallingConfig) - Method in class org.jboss.aerogear.android.pipe.rest.gson.GsonRequestBuilder
-
- setMarshallingConfig(MarshallingConfig) - Method in class org.jboss.aerogear.android.pipe.rest.gson.GsonResponseParser
-
- setMarshallingConfig(MarshallingConfig) - Method in class org.jboss.aerogear.android.pipe.rest.multipart.MultipartRequestBuilder
-
- setMetadataLocation(MetadataLocation) - Method in class org.jboss.aerogear.android.pipe.paging.PageConfig
-
MetadataLocation indicates whether paging information is received from
the response header, the response body (body) or via RFC 5988
(webLinking), which is the default
- setName(String) - Method in class org.jboss.aerogear.android.pipe.PipeConfiguration
-
The name is the key which is used to reference the created pipe in
PipeManager.
- setName(String) - Method in class org.jboss.aerogear.android.pipe.rest.RestfulPipeConfiguration
-
- setNextIdentifier(String) - Method in class org.jboss.aerogear.android.pipe.paging.PageConfig
-
NextIdentifier names the element containing data for the next page
(default: next)
- setOffsetValue(String) - Method in class org.jboss.aerogear.android.pipe.paging.PageConfig
-
OffsetValue is the offset of the first element that should be included in
the returned collection (default: 0)
- setOnPipeCreatedListeners(Collection<OnPipeCreatedListener>) - Method in class org.jboss.aerogear.android.pipe.PipeConfiguration
-
OnPipeCreatedListseners are a collection of classes to be notified when
the configuration of the Pipe is complete.
- setPageParameterExtractor(PageParameterExtractor) - Method in class org.jboss.aerogear.android.pipe.paging.PageConfig
-
PageParameterExtractor is the a
PageParameterExtractor which
parses the response and provides data to a Pipe for the "next" and
"previous" pages.
- setParameterProvider(ParameterProvider) - Method in class org.jboss.aerogear.android.pipe.paging.PageConfig
-
- setPreviousIdentifier(String) - Method in class org.jboss.aerogear.android.pipe.paging.PageConfig
-
PreviousIdentifier names the element containing data for the previous
page (default: previous)
- setQueryParameters(List<Pair<String, String>>) - Method in class org.jboss.aerogear.android.pipe.module.AuthorizationFields
-
- setQueryParameters(List<Pair<String, String>>) - Method in class org.jboss.aerogear.android.pipe.module.ModuleFields
-