- get(String, ObjectCallback<Container>) - Method in class com.strongloop.android.loopback.ContainerRepository
-
Get a named container
- get(String, ObjectCallback<File>) - Method in class com.strongloop.android.loopback.FileRepository
-
Get file by name
- get(String) - Method in class com.strongloop.android.loopback.Model
-
Gets the value associated with a given key.
- getAdapter() - Method in class com.strongloop.android.remoting.Repository
-
Gets the
Adapter that should be used for invoking methods, both
for static methods on this prototype and all methods on all instances of
this prototype.
- getAll(ListCallback<Container>) - Method in class com.strongloop.android.loopback.ContainerRepository
-
List all containers.
- getAll(ListCallback<File>) - Method in class com.strongloop.android.loopback.FileRepository
-
List all files in the container.
- getAllFiles(ListCallback<File>) - Method in class com.strongloop.android.loopback.Container
-
List all files in the container.
- getAppId() - Method in class com.strongloop.android.loopback.LocalInstallation
-
- getApplicationContext() - Method in class com.strongloop.android.loopback.RestAdapter
-
- getApplicationContext() - Method in class com.strongloop.android.loopback.RestRepository
-
- getAppVersion() - Method in class com.strongloop.android.loopback.LocalInstallation
-
- getCachedCurrentUser() - Method in class com.strongloop.android.loopback.UserRepository
-
Get the cached value of the currently logged in user.
- getClassName() - Method in class com.strongloop.android.remoting.Repository
-
Gets the name given to this prototype on the server.
- getClient() - Method in class com.strongloop.android.remoting.adapters.RestAdapter
-
Get the underlying HTTP client.
- getContainer() - Method in class com.strongloop.android.loopback.File
-
Name of the container this file belongs to.
- getContainer() - Method in class com.strongloop.android.loopback.FileRepository
-
- getContainerName() - Method in class com.strongloop.android.loopback.FileRepository
-
- getContainerRef() - Method in class com.strongloop.android.loopback.File
-
- getContract() - Method in class com.strongloop.android.remoting.adapters.RestAdapter
-
Gets this adapter's
RestContract, a custom contract for
fine-grained route configuration.
- getCreationParameters() - Method in class com.strongloop.android.remoting.VirtualObject
-
Gets the creation parameters this object was created from.
- getCurrentUserId() - Method in class com.strongloop.android.loopback.UserRepository
-
- getDeviceToken() - Method in class com.strongloop.android.loopback.LocalInstallation
-
- getDeviceType() - Method in class com.strongloop.android.loopback.LocalInstallation
-
- getEmail() - Method in class com.strongloop.android.loopback.User
-
- getEmailVerified() - Method in class com.strongloop.android.loopback.User
-
- getFile(String, ObjectCallback<File>) - Method in class com.strongloop.android.loopback.Container
-
Get data of a File object.
- getFileRepository() - Method in class com.strongloop.android.loopback.Container
-
- getId() - Method in class com.strongloop.android.loopback.LocalInstallation
-
- getId() - Method in class com.strongloop.android.loopback.Model
-
Gets the model's id field.
- getName() - Method in class com.strongloop.android.loopback.Container
-
- getName() - Method in class com.strongloop.android.loopback.File
-
The name of the file, e.g.
- getNameForRestUrl() - Method in class com.strongloop.android.loopback.ModelRepository
-
Returns the name of the REST url
- getParameterEncoding() - Method in class com.strongloop.android.remoting.adapters.RestContractItem
-
Gets a boolean that indicates if the item is a multipart form mime type.
- getParameterEncodingForMethod(String) - Method in class com.strongloop.android.remoting.adapters.RestContract
-
Gets the ParameterEncoding for the given method.
- getPassword() - Method in class com.strongloop.android.loopback.User
-
- getPattern() - Method in class com.strongloop.android.remoting.adapters.RestContractItem
-
Gets the pattern corresponding to this route, e.g.
- getPatternForMethod(String) - Method in class com.strongloop.android.remoting.adapters.RestContract
-
Returns the custom pattern representing the given method string, or
null if no custom pattern exists.
- getProperties(Object, boolean, boolean) - Static method in class com.strongloop.android.remoting.BeanUtil
-
- getRealm() - Method in class com.strongloop.android.loopback.User
-
- getRepository() - Method in class com.strongloop.android.remoting.VirtualObject
-
- getRestAdapter() - Method in class com.strongloop.android.loopback.RestRepository
-
- getStatus() - Method in class com.strongloop.android.loopback.LocalInstallation
-
- getStatus() - Method in class com.strongloop.android.loopback.User
-
- getSubscriptions() - Method in class com.strongloop.android.loopback.LocalInstallation
-
- getTimeZone() - Method in class com.strongloop.android.loopback.LocalInstallation
-
- getUrl() - Method in class com.strongloop.android.loopback.File
-
The URL of the file.
- getUrl(String, Map<String, ? extends Object>) - Method in class com.strongloop.android.remoting.adapters.RestContract
-
Returns a rendered URL pattern using the parameters provided.
- getUrlForMethod(String, Map<String, ? extends Object>) - Method in class com.strongloop.android.remoting.adapters.RestContract
-
Resolves a specific method, replacing pattern fragments with the optional
parameters as appropriate.
- getUrlForMethodWithoutItem(String) - Method in class com.strongloop.android.remoting.adapters.RestContract
-
Generates a fallback URL for a method whose contract has not been
customized.
- getUserId() - Method in class com.strongloop.android.loopback.AccessToken
-
- getUserId() - Method in class com.strongloop.android.loopback.LocalInstallation
-
- getVerb() - Method in class com.strongloop.android.remoting.adapters.RestContractItem
-
Gets the verb corresponding to this route, e.g.
- getVerbForMethod(String) - Method in class com.strongloop.android.remoting.adapters.RestContract
-
Gets the HTTP verb for the given method string.
- invokeInstanceMethod(String, Map<String, ? extends Object>, Map<String, ? extends Object>, Adapter.Callback) - Method in class com.strongloop.android.remoting.adapters.Adapter
-
Invokes a remotable method exposed within a prototype on the server.
- invokeInstanceMethod(String, Map<String, ? extends Object>, Map<String, ? extends Object>, Adapter.BinaryCallback) - Method in class com.strongloop.android.remoting.adapters.Adapter
-
Invokes a remotable method exposed within a prototype on the server,
parses the response as binary data.
- invokeInstanceMethod(String, Map<String, ? extends Object>, Map<String, ? extends Object>, Adapter.Callback) - Method in class com.strongloop.android.remoting.adapters.RestAdapter
-
Invokes a remotable method exposed within a prototype on the server.
- invokeInstanceMethod(String, Map<String, ? extends Object>, Map<String, ? extends Object>, Adapter.BinaryCallback) - Method in class com.strongloop.android.remoting.adapters.RestAdapter
-
Invokes a remotable method exposed within a prototype on the server,
parses the response as binary data.
- invokeMethod(String, Map<String, ? extends Object>, Adapter.Callback) - Method in class com.strongloop.android.remoting.VirtualObject
-
Invokes a remotable method exposed within instances of this class on the
server.
- invokeMethod(String, Map<String, ? extends Object>, Adapter.BinaryCallback) - Method in class com.strongloop.android.remoting.VirtualObject
-
Invokes a remotable method exposed within instances of this class on the
server,
parses the response as binary data.
- invokeStaticMethod(String, Map<String, ? extends Object>, Adapter.Callback) - Method in class com.strongloop.android.remoting.adapters.Adapter
-
Invokes a remotable method exposed statically on the server.
- invokeStaticMethod(String, Map<String, ? extends Object>, Adapter.BinaryCallback) - Method in class com.strongloop.android.remoting.adapters.Adapter
-
Invokes a remotable method exposed statically on the server,
parses the response as binary data.
- invokeStaticMethod(String, Map<String, ? extends Object>, Adapter.Callback) - Method in class com.strongloop.android.remoting.adapters.RestAdapter
-
Invokes a remotable method exposed statically on the server.
- invokeStaticMethod(String, Map<String, ? extends Object>, Adapter.BinaryCallback) - Method in class com.strongloop.android.remoting.adapters.RestAdapter
-
Invokes a remotable method exposed statically on the server,
parses the response as binary data.
- invokeStaticMethod(String, Map<String, ? extends Object>, Adapter.Callback) - Method in class com.strongloop.android.remoting.Repository
-
Invokes a remotable method exposed statically within this class on the
server.
- invokeStaticMethod(String, Map<String, ? extends Object>, Adapter.BinaryCallback) - Method in class com.strongloop.android.remoting.Repository
-
Invokes a remotable method exposed statically within this class on the
server,
parses the response as binary data.
- isConnected() - Method in class com.strongloop.android.remoting.adapters.Adapter
-
Gets whether this adapter is connected to a server.
- isConnected() - Method in class com.strongloop.android.remoting.adapters.RestAdapter
-