| Package | Description |
|---|---|
| com.sovren | |
| com.sovren.models.api.indexes |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserDefinedTagsResponse |
SovrenClient.updateJobUserDefinedTags(String indexId,
String documentId,
List<String> userDefinedTags,
UserDefinedTagsMethod method)
Updates the user-defined tags for a job
|
UpdateUserDefinedTagsResponse |
SovrenClient.updateResumeUserDefinedTags(String indexId,
String documentId,
List<String> userDefinedTags,
UserDefinedTagsMethod method)
Updates the user-defined tags for a resume
|
| Modifier and Type | Field and Description |
|---|---|
UserDefinedTagsMethod |
UpdateUserDefinedTagsRequest.Method
Which method to use for the specified user-defined tags
|
| Modifier and Type | Method and Description |
|---|---|
static UserDefinedTagsMethod |
UserDefinedTagsMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserDefinedTagsMethod[] |
UserDefinedTagsMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.