Uses of Class
org.openapitools.client.model.OrgContactUser
Packages that use OrgContactUser
-
Uses of OrgContactUser in org.openapitools.client.api
Methods in org.openapitools.client.api that return OrgContactUserModifier and TypeMethodDescriptionOrgSettingApi.getOrgContactUser
(String contactType) Retrieve the User of the Contact Type Retrieves the URL of the User associated with the specified Contact TypeOrgSettingApi.replaceOrgContactUser
(String contactType, OrgContactUser orgContactUser) Replace the User of the Contact Type Replaces the User associated with the specified Contact TypeMethods in org.openapitools.client.api that return types with arguments of type OrgContactUserModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<OrgContactUser>
OrgSettingApi.getOrgContactUserWithHttpInfo
(String contactType) Retrieve the User of the Contact Type Retrieves the URL of the User associated with the specified Contact Typeorg.springframework.http.ResponseEntity<OrgContactUser>
OrgSettingApi.replaceOrgContactUserWithHttpInfo
(String contactType, OrgContactUser orgContactUser) Replace the User of the Contact Type Replaces the User associated with the specified Contact TypeMethods in org.openapitools.client.api with parameters of type OrgContactUserModifier and TypeMethodDescription<T> T
OrgSettingApi.replaceOrgContactUser
(Class<?> T, String contactType, OrgContactUser orgContactUser) Replace the User of the Contact Type Replaces the User associated with the specified Contact TypeOrgSettingApi.replaceOrgContactUser
(String contactType, OrgContactUser orgContactUser) Replace the User of the Contact Type Replaces the User associated with the specified Contact Typeorg.springframework.http.ResponseEntity<OrgContactUser>
OrgSettingApi.replaceOrgContactUserWithHttpInfo
(String contactType, OrgContactUser orgContactUser) Replace the User of the Contact Type Replaces the User associated with the specified Contact TypeOrgSettingApi.replaceOrgContactUserWithPaginationInfo
(String contactType, OrgContactUser orgContactUser) Replace the User of the Contact Type Replaces the User associated with the specified Contact Type -
Uses of OrgContactUser in org.openapitools.client.model
Methods in org.openapitools.client.model that return OrgContactUser