Package com.oracle.content.sdk.request
Class GetApiInfoRequest
java.lang.Object
com.oracle.content.sdk.request.core.ContentRequest<GetApiInfoRequest,ApiInfo>
 
com.oracle.content.sdk.request.GetApiInfoRequest
Request to get API info.  This request could be useful as a quick
 "test" to determine if the server is valid and available as it doesn't
 require a valid channel token or any data on the server.
- 
Field Summary
Fields inherited from class com.oracle.content.sdk.request.core.ContentRequest
client, links, objectClass - 
Constructor Summary
ConstructorsConstructorDescriptionCreate request to get api information. - 
Method Summary
Modifier and TypeMethodDescriptionretrofit2.Call<com.google.gson.JsonElement>getCall()Get retrofit call to use for search requestMethods inherited from class com.oracle.content.sdk.request.core.ContentRequest
deserializeObject, fetch, fetchAsync, fetchResult, getCacheControl, getThis, gson, links, linksNone, noCache, observable, observableResult 
- 
Constructor Details
- 
GetApiInfoRequest
Create request to get api information.- Parameters:
 client- A valid delivery client
 
 - 
 - 
Method Details
- 
getCall
public retrofit2.Call<com.google.gson.JsonElement> getCall()Get retrofit call to use for search request- Specified by:
 getCallin classContentRequest<GetApiInfoRequest,ApiInfo> - Returns:
 - return the retrofit call object to use for this request
 
 
 -