OrganizationsApi class

Constructors

OrganizationsApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apiV1OrganizationsGet() Future<ApiV1OrganizationsGet200Response?>
List organizations
apiV1OrganizationsGetWithHttpInfo() Future<Response>
List organizations
apiV1OrganizationsIdDelete(String id) Future<Success?>
Delete organization
apiV1OrganizationsIdDeleteWithHttpInfo(String id) Future<Response>
Delete organization
apiV1OrganizationsIdGet(String id) Future<Organization?>
Get organization
apiV1OrganizationsIdGetWithHttpInfo(String id) Future<Response>
Get organization
apiV1OrganizationsIdInvitePost(String id, {CreateInvitation? createInvitation}) Future<ApiV1OrganizationsIdInvitePost201Response?>
Invite user to organization
apiV1OrganizationsIdInvitePostWithHttpInfo(String id, {CreateInvitation? createInvitation}) Future<Response>
Invite user to organization
apiV1OrganizationsIdPatch(String id, {UpdateOrganization? updateOrganization}) Future<Organization?>
Update organization
apiV1OrganizationsIdPatchWithHttpInfo(String id, {UpdateOrganization? updateOrganization}) Future<Response>
Update organization
apiV1OrganizationsPost({CreateOrganization? createOrganization}) Future<Organization?>
Create organization
apiV1OrganizationsPostWithHttpInfo({CreateOrganization? createOrganization}) Future<Response>
Create organization
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited