| Package | Description |
|---|---|
| org.jupnp.support.model.container | |
| org.jupnp.support.model.item |
| Modifier and Type | Method and Description |
|---|---|
Photo[] |
PhotoAlbum.getPhotos() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhotoAlbum.addPhotos(Photo[] photos) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhotoAlbum.addPhotos(List<Photo> photos) |
| Constructor and Description |
|---|
PhotoAlbum(String id,
Container parent,
String title,
String creator,
Integer childCount,
List<Photo> photos) |
PhotoAlbum(String id,
String parentID,
String title,
String creator,
Integer childCount,
List<Photo> photos) |
| Modifier and Type | Method and Description |
|---|---|
Photo |
Photo.setAlbum(String album) |
Copyright © 2023 jUPnP.org. All rights reserved.