Interface SupportCaseClient<T>
-
Method Summary
Modifier and TypeMethodDescriptioncreate(SupportCaseCreatorJson supportCaseCreatorJson) list()update(String uuid, SupportCaseCreatorJson supportCaseCreatorJson)
-
Method Details
-
list
Page<SupportCase,SupportCaseJson> list() -
getByUuid
-
create
-
update
-
delete
-
refresh
-