Uses of Class
com.docusign.admin.model.UserIdentityResponse
-
Packages that use UserIdentityResponse Package Description com.docusign.admin.model -
-
Uses of UserIdentityResponse in com.docusign.admin.model
Methods in com.docusign.admin.model that return UserIdentityResponse Modifier and Type Method Description UserIdentityResponseUserIdentityResponse. errorDetails(ErrorDetails errorDetails)errorDetails.UserIdentityResponseUserIdentityResponse. id(UUID id)id.UserIdentityResponseUserIdentityResponse. immutableId(String immutableId)immutableId.UserIdentityResponseUserIdentityResponse. providerId(UUID providerId)providerId.UserIdentityResponseUserIdentityResponse. userId(UUID userId)userId.Methods in com.docusign.admin.model that return types with arguments of type UserIdentityResponse Modifier and Type Method Description List<UserIdentityResponse>DeleteResponse. getIdentities()Get identities.List<UserIdentityResponse>UserDrilldownResponse. getIdentities()Get identities.Methods in com.docusign.admin.model with parameters of type UserIdentityResponse Modifier and Type Method Description DeleteResponseDeleteResponse. addIdentitiesItem(UserIdentityResponse identitiesItem)addIdentitiesItem.UserDrilldownResponseUserDrilldownResponse. addIdentitiesItem(UserIdentityResponse identitiesItem)addIdentitiesItem.Method parameters in com.docusign.admin.model with type arguments of type UserIdentityResponse Modifier and Type Method Description DeleteResponseDeleteResponse. identities(List<UserIdentityResponse> identities)identities.UserDrilldownResponseUserDrilldownResponse. identities(List<UserIdentityResponse> identities)identities.voidDeleteResponse. setIdentities(List<UserIdentityResponse> identities)setIdentities.voidUserDrilldownResponse. setIdentities(List<UserIdentityResponse> identities)setIdentities.
-