Package io.github.kaposke.services
Class OrgService
java.lang.Object
io.github.kaposke.services.BaseService
io.github.kaposke.services.OrgService
- All Implemented Interfaces:
OrgClient
-
Field Summary
Fields inherited from class io.github.kaposke.services.BaseService
httpClient -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateOrgRequest input) getApis(float id) getArtifacts(float id) getById(float id) getDocs(float id) getPayments(float id) remove(float id) update(EditOrgRequest input, float id) Methods inherited from class io.github.kaposke.services.BaseService
execute
-
Constructor Details
-
OrgService
public OrgService(okhttp3.OkHttpClient httpClient)
-
-
Method Details
-
getByCurrentUser
- Specified by:
getByCurrentUserin interfaceOrgClient- Throws:
ApiException
-
create
- Specified by:
createin interfaceOrgClient- Throws:
ApiException
-
getById
- Specified by:
getByIdin interfaceOrgClient- Throws:
ApiException
-
update
- Specified by:
updatein interfaceOrgClient- Throws:
ApiException
-
remove
- Specified by:
removein interfaceOrgClient- Throws:
ApiException
-
getApis
- Specified by:
getApisin interfaceOrgClient- Throws:
ApiException
-
getPayments
- Specified by:
getPaymentsin interfaceOrgClient- Throws:
ApiException
-
getArtifacts
- Specified by:
getArtifactsin interfaceOrgClient- Throws:
ApiException
-
getDocs
- Specified by:
getDocsin interfaceOrgClient- Throws:
ApiException
-