Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
AiNameComponent |
AiNameComponent.category(String category)
Set category and return this.
|
AiNameComponent |
AiNameComponent.position(Integer position)
Set position and return this.
|
AiNameComponent |
AiNameComponent.score(Double score)
Set score and return this.
|
AiNameComponent |
AiNameComponent.value(String value)
Set value and return this.
|
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)
Add an item to otherParsedName and return this.
|
AiNameParsedRq |
AiNameParsedRq.addParsedNameItem(AiNameComponent parsedNameItem)
Add an item to parsedName and return this.
|
ListResponseOfAiNameComponent |
ListResponseOfAiNameComponent.addValueItem(AiNameComponent valueItem)
Add an item to value and return this.
|
Modifier and Type | Method and Description |
---|---|
AiNameParsedMatchRq |
AiNameParsedMatchRq.otherParsedName(List<AiNameComponent> otherParsedName)
Set otherParsedName and return this.
|
AiNameParsedRq |
AiNameParsedRq.parsedName(List<AiNameComponent> parsedName)
Set parsedName and return this.
|
void |
AiNameParsedMatchRq.setOtherParsedName(List<AiNameComponent> otherParsedName)
Set otherParsedName.
|
void |
AiNameParsedRq.setParsedName(List<AiNameComponent> parsedName)
Set parsedName.
|
void |
ListResponseOfAiNameComponent.setValue(List<AiNameComponent> value)
Set value.
|
ListResponseOfAiNameComponent |
ListResponseOfAiNameComponent.value(List<AiNameComponent> value)
Set value and return this.
|
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 © 2020. All rights reserved.