Interface LabelApi
- 
- All Known Implementing Classes:
- LabelApi.NotImplemented
 
 public interface LabelApi
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classLabelApi.NotImplementedA default implementation which allows source compatibility when adding new methods to the interface.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description LabelApicreate(LabelDefinitionInput input)default voiddelete()voiddelete(String commitMessage)LabelDefinitionInfoget()LabelDefinitionInfoupdate(LabelDefinitionInput input)
 
- 
- 
- 
Method Detail- 
createLabelApi create(LabelDefinitionInput input) throws RestApiException - Throws:
- RestApiException
 
 - 
getLabelDefinitionInfo get() throws RestApiException - Throws:
- RestApiException
 
 - 
updateLabelDefinitionInfo update(LabelDefinitionInput input) throws RestApiException - Throws:
- RestApiException
 
 - 
deletedefault void delete() throws RestApiException- Throws:
- RestApiException
 
 - 
deletevoid delete(String commitMessage) throws RestApiException - Throws:
- RestApiException
 
 
- 
 
-