T - The type of the result.public interface ResultGetter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getResultFrom(java.lang.String resourceUrl,
IOneDriveClient client)
Gets a result from a location with a client.
|
T getResultFrom(java.lang.String resourceUrl, IOneDriveClient client)
resourceUrl - The resource location.client - The client to retrieve the resource with.