Interface LabelApi
- All Known Implementing Classes:
 LabelApi.NotImplemented
public interface LabelApi
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA default implementation which allows source compatibility when adding new methods to the interface. - 
Method Summary
Modifier 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
 
 -