@Generated(value="com.linkedin.pegasus.generator.JavaCodeUtil",
comments="Rest.li Request Builder. Generated from restli-example-api/src/main/idl/com.linkedin.restli.example.photos.albumEntry.restspec.json.")
public class AlbumEntryRequestBuilders
extends com.linkedin.restli.client.base.BuilderBase
new AlbumEntryBuilders().findBySearch()
.albumIdParam(5)
.photoIdParam(100)
.build();
generated from: com.linkedin.restli.example.impl.AlbumEntryResource| Modifier and Type | Class and Description |
|---|---|
static class |
AlbumEntryRequestBuilders.Key |
| Constructor and Description |
|---|
AlbumEntryRequestBuilders() |
AlbumEntryRequestBuilders(com.linkedin.restli.client.RestliRequestOptions requestOptions) |
AlbumEntryRequestBuilders(java.lang.String primaryResourceName) |
AlbumEntryRequestBuilders(java.lang.String primaryResourceName,
com.linkedin.restli.client.RestliRequestOptions requestOptions) |
| Modifier and Type | Method and Description |
|---|---|
AlbumEntryDoPurgeRequestBuilder |
actionPurge()
Delete all entries in the db with matching album/photo IDs.
|
AlbumEntryBatchGetRequestBuilder |
batchGet() |
AlbumEntryDeleteRequestBuilder |
delete()
Remove the specified photo from the specified album
|
AlbumEntryFindBySearchRequestBuilder |
findBySearch()
Find all entries matching the given album and photo IDs.
|
AlbumEntryGetRequestBuilder |
get()
Retrieve the photo's album entry
|
static java.lang.String |
getPrimaryResource() |
com.linkedin.restli.client.OptionsRequestBuilder |
options() |
AlbumEntryUpdateRequestBuilder |
update()
Add the specified photo to the specified album.
|
public AlbumEntryRequestBuilders()
public AlbumEntryRequestBuilders(com.linkedin.restli.client.RestliRequestOptions requestOptions)
public AlbumEntryRequestBuilders(java.lang.String primaryResourceName)
public AlbumEntryRequestBuilders(java.lang.String primaryResourceName,
com.linkedin.restli.client.RestliRequestOptions requestOptions)
public static java.lang.String getPrimaryResource()
public com.linkedin.restli.client.OptionsRequestBuilder options()
public AlbumEntryBatchGetRequestBuilder batchGet()
public AlbumEntryDeleteRequestBuilder delete()
public AlbumEntryGetRequestBuilder get()
public AlbumEntryUpdateRequestBuilder update()
public AlbumEntryFindBySearchRequestBuilder findBySearch()
null is treated
as a wildcard.public AlbumEntryDoPurgeRequestBuilder actionPurge()