Package org.gbif.api.model.registry
Interface MachineTaggable
- All Known Subinterfaces:
CollectionEntity
- All Known Implementing Classes:
Collection
,Dataset
,Endpoint
,Installation
,Institution
,Network
,Node
,Organization
public interface MachineTaggable
Generic machine tag interface for entities.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMachineTag
(MachineTag machineTag) @NotNull List<MachineTag>
void
setMachineTags
(List<MachineTag> machineTags)
-
Method Details
-
getMachineTags
-
setMachineTags
-
addMachineTag
-