public static class AlbumEntryRequestBuilders.Key
extends com.linkedin.restli.common.CompoundKey
| Constructor and Description |
|---|
Key() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAlbumId() |
java.lang.Long |
getPhotoId() |
AlbumEntryRequestBuilders.Key |
setAlbumId(java.lang.Long albumId) |
AlbumEntryRequestBuilders.Key |
setPhotoId(java.lang.Long photoId) |
public AlbumEntryRequestBuilders.Key setAlbumId(java.lang.Long albumId)
public java.lang.Long getAlbumId()
public AlbumEntryRequestBuilders.Key setPhotoId(java.lang.Long photoId)
public java.lang.Long getPhotoId()