Interface OrganizationService
-
- All Implemented Interfaces:
public interface OrganizationService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceOrganizationService.WithRawResponseA view of OrganizationService that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract OrganizationService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
members
abstract MemberService members()
-
retrieve
Organization retrieve(OrganizationRetrieveParams params)
Get an organization object by its id
-
retrieve
abstract Organization retrieve(OrganizationRetrieveParams params, RequestOptions requestOptions)
-
update
Organization update(OrganizationUpdateParams params)
Partially update an organization object. Specify the fields to update in the payload. Any object-type fields will be deep-merged with existing content. Currently we do not support removing fields or setting them to null.
-
update
abstract Organization update(OrganizationUpdateParams params, RequestOptions requestOptions)
-
list
OrganizationListPage list()
List out all organizations. The organizations are sorted by creation date, with the most recently-created organizations coming first
-
list
abstract OrganizationListPage list(OrganizationListParams params, RequestOptions requestOptions)
-
list
OrganizationListPage list(OrganizationListParams params)
-
list
OrganizationListPage list(RequestOptions requestOptions)
-
delete
Organization delete(OrganizationDeleteParams params)
Delete an organization object by its id
-
delete
abstract Organization delete(OrganizationDeleteParams params, RequestOptions requestOptions)
-
-
-
-