|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.gadgets.client.osapi.OsapiRequestBuilder<T>
com.google.gwt.gadgets.client.osapi.CollectionRequestBuilder<GetAlbumsRequestBuilder>
com.google.gwt.gadgets.client.osapi.albums.GetAlbumsRequestBuilder
public class GetAlbumsRequestBuilder
Builder for requests returning OsapiCollection of Album.
| Constructor Summary | |
|---|---|
protected |
GetAlbumsRequestBuilder()
Required by JavaScriptObject policy. |
| Method Summary | |
|---|---|
OsapiRequest<OsapiCollection<Album>> |
build()
Builds the request. |
GetAlbumsRequestBuilder |
setIds(java.lang.String... ids)
Sets a list of IDs specifying the Albums to retrieve. |
| Methods inherited from class com.google.gwt.gadgets.client.osapi.CollectionRequestBuilder |
|---|
setContainsFilter, setCount, setEqualsFilter, setPresentFilter, setSorting, setStartIndex, setStartsWithFilter |
| Methods inherited from class com.google.gwt.gadgets.client.osapi.OsapiRequestBuilder |
|---|
nativeSet, nativeSet, setGroupId, setUpdatedSince, setUserId |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected GetAlbumsRequestBuilder()
JavaScriptObject policy.
| Method Detail |
|---|
public final OsapiRequest<OsapiCollection<Album>> build()
OsapiRequest instance.public final GetAlbumsRequestBuilder setIds(java.lang.String... ids)
Albums to retrieve.
ids - A list of IDs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||