@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 AlbumEntryBuilders
extends java.lang.Object
new AlbumEntryBuilders().findBySearch()
.albumIdParam(5)
.photoIdParam(100)
.build();
generated from: com.linkedin.restli.example.impl.AlbumEntryResource| Modifier and Type | Class and Description |
|---|---|
static class |
AlbumEntryBuilders.Key |
| Constructor and Description |
|---|
AlbumEntryBuilders() |
AlbumEntryBuilders(com.linkedin.restli.client.RestliRequestOptions requestOptions) |
AlbumEntryBuilders(java.lang.String primaryResourceName) |
AlbumEntryBuilders(java.lang.String primaryResourceName,
com.linkedin.restli.client.RestliRequestOptions requestOptions) |
| Modifier and Type | Method and Description |
|---|---|
AlbumEntryDoPurgeBuilder |
actionPurge()
Delete all entries in the db with matching album/photo IDs.
|
AlbumEntryBatchGetBuilder |
batchGet() |
AlbumEntryDeleteBuilder |
delete()
Remove the specified photo from the specified album
|
AlbumEntryFindBySearchBuilder |
findBySearch()
Find all entries matching the given album and photo IDs.
|
AlbumEntryGetBuilder |
get()
Retrieve the photo's album entry
|
java.lang.String[] |
getPathComponents() |
static java.lang.String |
getPrimaryResource() |
com.linkedin.restli.client.RestliRequestOptions |
getRequestOptions() |
com.linkedin.restli.client.OptionsRequestBuilder |
options() |
AlbumEntryUpdateBuilder |
update()
Add the specified photo to the specified album.
|
public AlbumEntryBuilders()
public AlbumEntryBuilders(com.linkedin.restli.client.RestliRequestOptions requestOptions)
public AlbumEntryBuilders(java.lang.String primaryResourceName)
public AlbumEntryBuilders(java.lang.String primaryResourceName,
com.linkedin.restli.client.RestliRequestOptions requestOptions)
public com.linkedin.restli.client.RestliRequestOptions getRequestOptions()
public java.lang.String[] getPathComponents()
public static java.lang.String getPrimaryResource()
public com.linkedin.restli.client.OptionsRequestBuilder options()
public AlbumEntryGetBuilder get()
public AlbumEntryDeleteBuilder delete()
public AlbumEntryUpdateBuilder update()
public AlbumEntryBatchGetBuilder batchGet()
public AlbumEntryFindBySearchBuilder findBySearch()
null is treated
as a wildcard.public AlbumEntryDoPurgeBuilder actionPurge()