Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
AiNameComponent |
AiNameComponent.category(String category) |
AiNameComponent |
AiNameComponent.position(Integer position) |
AiNameComponent |
AiNameComponent.score(Double score) |
AiNameComponent |
AiNameComponent.value(String value) |
Modifier and Type | Method and Description |
---|---|
List<AiNameComponent> |
AiNameParsedMatchRq.getOtherParsedName()
Other parsed name to match
|
List<AiNameComponent> |
AiNameParsedRq.getParsedName()
Parsed name
|
List<AiNameComponent> |
ListResponseOfAiNameComponent.getValue()
Get value
|
Modifier and Type | Method and Description |
---|---|
AiNameParsedMatchRq |
AiNameParsedMatchRq.addOtherParsedNameItem(AiNameComponent otherParsedNameItem) |
AiNameParsedRq |
AiNameParsedRq.addParsedNameItem(AiNameComponent parsedNameItem) |
ListResponseOfAiNameComponent |
ListResponseOfAiNameComponent.addValueItem(AiNameComponent valueItem) |
Modifier and Type | Method and Description |
---|---|
AiNameParsedMatchRq |
AiNameParsedMatchRq.otherParsedName(List<AiNameComponent> otherParsedName) |
AiNameParsedRq |
AiNameParsedRq.parsedName(List<AiNameComponent> parsedName) |
void |
AiNameParsedMatchRq.setOtherParsedName(List<AiNameComponent> otherParsedName) |
void |
AiNameParsedRq.setParsedName(List<AiNameComponent> parsedName) |
void |
ListResponseOfAiNameComponent.setValue(List<AiNameComponent> value) |
ListResponseOfAiNameComponent |
ListResponseOfAiNameComponent.value(List<AiNameComponent> value) |
Constructor and Description |
---|
AiNameParsedMatchRq(AiNameCulturalContext culturalContext,
String format,
List<AiNameComponent> parsedName,
List<AiNameComponent> otherParsedName)
Initializes a new instance of the AiNameParsedMatchRq
|
AiNameParsedMatchRq(AiNameCulturalContext culturalContext,
String format,
List<AiNameComponent> parsedName,
List<AiNameComponent> otherParsedName)
Initializes a new instance of the AiNameParsedMatchRq
|
AiNameParsedRq(AiNameCulturalContext culturalContext,
String format,
List<AiNameComponent> parsedName)
Initializes a new instance of the AiNameParsedRq
|
ListResponseOfAiNameComponent(List<AiNameComponent> value)
Initializes a new instance of the ListResponseOfAiNameComponent
|
Copyright © 2019. All rights reserved.