Uses of Class
com.adobe.aio.cloudmanager.ContentSet.PathDefinition
-
Packages that use ContentSet.PathDefinition Package Description com.adobe.aio.cloudmanager -
-
Uses of ContentSet.PathDefinition in com.adobe.aio.cloudmanager
Methods in com.adobe.aio.cloudmanager that return types with arguments of type ContentSet.PathDefinition Modifier and Type Method Description Collection<ContentSet.PathDefinition>ContentSet. getPathDefinitions()The path definitions within this content setMethod parameters in com.adobe.aio.cloudmanager with type arguments of type ContentSet.PathDefinition Modifier and Type Method Description @NotNull ContentSetContentSetApi. create(@NotNull String programId, @NotNull String name, String description, @NotNull Collection<ContentSet.PathDefinition> definitions)Create a new ContentSet in the specified program.voidContentSet. update(String name, String description, Collection<ContentSet.PathDefinition> definitions)Update this content set with the changes.@NotNull ContentSetContentSetApi. update(@NotNull String programId, @NotNull String id, String name, String description, Collection<ContentSet.PathDefinition> definitions)Update the content set with the provided details.
-