Uses of Class
org.openapitools.client.model.UserOrganization
-
Packages that use UserOrganization Package Description org.openapitools.client.model -
-
Uses of UserOrganization in org.openapitools.client.model
Methods in org.openapitools.client.model that return UserOrganization Modifier and Type Method Description UserOrganizationUserOrganization. createdAt(OffsetDateTime createdAt)static UserOrganizationUserOrganization. fromJson(String jsonString)Create an instance of UserOrganization given an JSON stringUserOrganizationUserOrganization. id(UUID id)UserOrganizationUserOrganization. organizationId(UUID organizationId)UserOrganizationUserOrganization. role(Integer role)UserOrganizationUserOrganization. updatedAt(OffsetDateTime updatedAt)UserOrganizationUserOrganization. userId(UUID userId)Methods in org.openapitools.client.model that return types with arguments of type UserOrganization Modifier and Type Method Description @NotNull @Valid List<@Valid UserOrganization>SlimUser. getUserOrgs()Get userOrgsMethods in org.openapitools.client.model with parameters of type UserOrganization Modifier and Type Method Description SlimUserSlimUser. addUserOrgsItem(UserOrganization userOrgsItem)Method parameters in org.openapitools.client.model with type arguments of type UserOrganization Modifier and Type Method Description voidSlimUser. setUserOrgs(List<@Valid UserOrganization> userOrgs)SlimUserSlimUser. userOrgs(List<@Valid UserOrganization> userOrgs)
-