Interface LabelApi
- All Known Implementing Classes:
- LabelApi.NotImplemented
public interface LabelApi
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classA default implementation which allows source compatibility when adding new methods to the interface.
- 
Method SummaryModifier and TypeMethodDescriptioncreate(LabelDefinitionInput input) default voiddelete()voidget()update(LabelDefinitionInput input) 
- 
Method Details- 
create- Throws:
- RestApiException
 
- 
get- Throws:
- RestApiException
 
- 
update@CanIgnoreReturnValue LabelDefinitionInfo update(LabelDefinitionInput input) throws RestApiException - Throws:
- RestApiException
 
- 
delete- Throws:
- RestApiException
 
- 
delete- Throws:
- RestApiException
 
 
-