Uses of Class
org.onehippo.repository.campaign.VersionLabel
-
Packages that use VersionLabel Package Description org.onehippo.repository.campaign -
-
Uses of VersionLabel in org.onehippo.repository.campaign
Methods in org.onehippo.repository.campaign that return types with arguments of type VersionLabel Modifier and Type Method Description Optional<VersionLabel>
VersionsMeta. getVersionLabel(String uuid)
Set<VersionLabel>
VersionsMeta. getVersionLabels()
Methods in org.onehippo.repository.campaign with parameters of type VersionLabel Modifier and Type Method Description void
VersionsMeta. setVersionLabel(VersionLabel versionLabel)
AddsversionLabel
and if the versionLabel is already present inversionLabels
replaces that versionLabelMethod parameters in org.onehippo.repository.campaign with type arguments of type VersionLabel Modifier and Type Method Description void
VersionsMeta. setVersionLabels(Set<VersionLabel> versionLabels)
-