Uses of Interface
com.okta.sdk.resource.OrgContactUser
-
Packages that use OrgContactUser Package Description com.okta.sdk.client com.okta.sdk.resource -
-
Uses of OrgContactUser in com.okta.sdk.client
Methods in com.okta.sdk.client that return OrgContactUser Modifier and Type Method Description OrgContactUser
Client. getOrgContactUser(java.lang.String contactType)
Get org contact user Retrieves the URL of the User associated with the specified Contact Type.OrgContactUser
Client. updateOrgContactUser(OrgContactUser orgContactUser, java.lang.String contactType)
Update org contact user Updates the User associated with the specified Contact Type.Methods in com.okta.sdk.client with parameters of type OrgContactUser Modifier and Type Method Description OrgContactUser
Client. updateOrgContactUser(OrgContactUser orgContactUser, java.lang.String contactType)
Update org contact user Updates the User associated with the specified Contact Type. -
Uses of OrgContactUser in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return OrgContactUser Modifier and Type Method Description OrgContactUser
OrgContactUser. setUserId(java.lang.String userId)
-