Interface LabelApi
public interface LabelApi
-
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
-