OrganizationsApi class

Constructors

OrganizationsApi.new([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

createOrganization({CreateOrganizationRequest? createOrganizationRequest}) Future<Organization?>
Create an organization
createOrganizationWithHttpInfo({CreateOrganizationRequest? createOrganizationRequest}) Future<Response>
Create an organization
deleteOrganization(String organizationId) Future<DeletedObject?>
Delete an organization
Delete the organization's logo.
deleteOrganizationLogoWithHttpInfo(String organizationId) Future<Response>
Delete the organization's logo.
deleteOrganizationWithHttpInfo(String organizationId) Future<Response>
Delete an organization
getOrganization(String organizationId, {bool? includeMembersCount, bool? includeMissingMemberWithElevatedPermissions}) Future<Organization?>
Retrieve an organization by ID or slug
getOrganizationWithHttpInfo(String organizationId, {bool? includeMembersCount, bool? includeMissingMemberWithElevatedPermissions}) Future<Response>
Retrieve an organization by ID or slug
listOrganizations({bool? includeMembersCount, bool? includeMissingMemberWithElevatedPermissions, String? query, List<String>? userId, List<String>? organizationId, String? orderBy, int? limit, int? offset}) Future<Organizations?>
Get a list of organizations for an instance
listOrganizationsWithHttpInfo({bool? includeMembersCount, bool? includeMissingMemberWithElevatedPermissions, String? query, List<String>? userId, List<String>? organizationId, String? orderBy, int? limit, int? offset}) Future<Response>
Get a list of organizations for an instance
mergeOrganizationMetadata(String organizationId, MergeOrganizationMetadataRequest mergeOrganizationMetadataRequest) Future<Organization?>
Merge and update metadata for an organization
mergeOrganizationMetadataWithHttpInfo(String organizationId, MergeOrganizationMetadataRequest mergeOrganizationMetadataRequest) Future<Response>
Merge and update metadata for an organization
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateOrganization(String organizationId, UpdateOrganizationRequest updateOrganizationRequest) Future<Organization?>
Update an organization
updateOrganizationWithHttpInfo(String organizationId, UpdateOrganizationRequest updateOrganizationRequest) Future<Response>
Update an organization
Upload a logo for the organization
uploadOrganizationLogoWithHttpInfo(String organizationId, MultipartFile file, {String? uploaderUserId}) Future<Response>
Upload a logo for the organization

Operators

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