Interface LabelApi
- All Known Implementing Classes:
LabelApi.NotImplemented
public interface LabelApi
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
A default implementation which allows source compatibility when adding new methods to the interface. -
Method Summary
Modifier and TypeMethodDescriptioncreate
(LabelDefinitionInput input) default void
delete()
void
get()
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
-