Interface RobotCommentApi
-
- All Known Implementing Classes:
RobotCommentApi.NotImplemented
public interface RobotCommentApi
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RobotCommentApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the interface.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RobotCommentInfo
get()
-
-
-
Method Detail
-
get
RobotCommentInfo get() throws RestApiException
- Throws:
RestApiException
-
-