Uses of Interface
com.adobe.aio.cloudmanager.ContentSet
-
Packages that use ContentSet Package Description com.adobe.aio.cloudmanager -
-
Uses of ContentSet in com.adobe.aio.cloudmanager
Methods in com.adobe.aio.cloudmanager that return ContentSet Modifier and Type Method Description @NotNull ContentSet
ContentSetApi. create(@NotNull String programId, @NotNull String name, String description, @NotNull Collection<ContentSet.PathDefinition> definitions)
Create a new ContentSet in the specified program.@NotNull ContentSet
ContentSetApi. get(@NotNull String programId, @NotNull String id)
Get the content set.@NotNull ContentSet
ContentSetApi. update(@NotNull String programId, @NotNull String id, String name, String description, Collection<ContentSet.PathDefinition> definitions)
Update the content set with the provided details.Methods in com.adobe.aio.cloudmanager that return types with arguments of type ContentSet Modifier and Type Method Description @NotNull Collection<ContentSet>
ContentSetApi. list(@NotNull String programId)
List content sets within the specified program.@NotNull Collection<ContentSet>
ContentSetApi. list(@NotNull String programId, int limit)
List content sets within the specified program, using the specified limit and starting at 0.@NotNull Collection<ContentSet>
ContentSetApi. list(@NotNull String programId, int start, int limit)
List content sets within the specified program, using the specified limit and starting at the specified position.
-