Uses of Class
com.okta.sdk.resource.model.OrgContactUser
Packages that use OrgContactUser
-
Uses of OrgContactUser in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return OrgContactUserModifier and TypeMethodDescriptionOrgSettingContactApi.getOrgContactUser
(String contactType) Retrieve the Contact Type User Retrieves the ID and the User resource associated with the specified Contact TypeOrgSettingContactApi.getOrgContactUser
(String contactType, Map<String, String> additionalHeaders) Retrieve the Contact Type User Retrieves the ID and the User resource associated with the specified Contact TypeOrgSettingContactApi.replaceOrgContactUser
(String contactType, OrgContactUser orgContactUser) Replace the Contact Type User Replaces the User associated with the specified Contact TypeOrgSettingContactApi.replaceOrgContactUser
(String contactType, OrgContactUser orgContactUser, Map<String, String> additionalHeaders) Replace the Contact Type User Replaces the User associated with the specified Contact TypeMethods in com.okta.sdk.resource.api with parameters of type OrgContactUserModifier and TypeMethodDescriptionOrgSettingContactApi.replaceOrgContactUser
(String contactType, OrgContactUser orgContactUser) Replace the Contact Type User Replaces the User associated with the specified Contact TypeOrgSettingContactApi.replaceOrgContactUser
(String contactType, OrgContactUser orgContactUser, Map<String, String> additionalHeaders) Replace the Contact Type User Replaces the User associated with the specified Contact Type -
Uses of OrgContactUser in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OrgContactUser