Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
AiNameComponent |
AiNameComponentBuilder.build()
Build AiNameComponent instance.
|
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> |
AiNameMatchParsedRequest.getOtherParsedName()
Other parsed name to match
|
List<AiNameComponent> |
AiNameParsedRequest.getParsedName()
Parsed name
|
List<AiNameComponent> |
ListResponseOfAiNameComponent.getValue()
Get value
|
Modifier and Type | Method and Description |
---|---|
AiNameMatchParsedRequest |
AiNameMatchParsedRequest.addOtherParsedNameItem(AiNameComponent otherParsedNameItem)
Add an item to otherParsedName and return this.
|
AiNameParsedRequest |
AiNameParsedRequest.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 |
---|---|
AiNameMatchParsedRequestBuilder |
AiNameMatchParsedRequestBuilder.otherParsedName(List<AiNameComponent> otherParsedName)
Set AiNameMatchParsedRequest.otherParsedName and return builder.
|
AiNameMatchParsedRequest |
AiNameMatchParsedRequest.otherParsedName(List<AiNameComponent> otherParsedName)
Set otherParsedName and return this.
|
AiNameParsedRequest |
AiNameParsedRequest.parsedName(List<AiNameComponent> parsedName)
Set parsedName and return this.
|
AiNameParsedRequestBuilder |
AiNameParsedRequestBuilder.parsedName(List<AiNameComponent> parsedName)
Set AiNameParsedRequest.parsedName and return builder.
|
AiNameMatchParsedRequestBuilder |
AiNameMatchParsedRequestBuilder.parsedName(List<AiNameComponent> parsedName)
Set AiNameMatchParsedRequest.parsedName and return builder.
|
void |
AiNameMatchParsedRequest.setOtherParsedName(List<AiNameComponent> otherParsedName)
Set otherParsedName.
|
void |
AiNameParsedRequest.setParsedName(List<AiNameComponent> parsedName)
Set parsedName.
|
void |
ListResponseOfAiNameComponent.setValue(List<AiNameComponent> value)
Set value.
|
ListResponseOfAiNameComponentBuilder |
ListResponseOfAiNameComponentBuilder.value(List<AiNameComponent> value)
Set ListResponseOfAiNameComponent.value and return builder.
|
AiNameComponentListBuilder |
AiNameComponentListBuilder.value(List<AiNameComponent> value)
Set AiNameComponentList.value and return builder.
|
ListResponseOfAiNameComponent |
ListResponseOfAiNameComponent.value(List<AiNameComponent> value)
Set value and return this.
|
Constructor and Description |
---|
AiNameComponentBuilder(AiNameComponent model) |
Constructor and Description |
---|
AiNameComponentList(List<AiNameComponent> value)
Initializes a new instance of the AiNameComponentList
|
AiNameMatchParsedRequest(AiNameCulturalContext culturalContext,
String format,
List<AiNameComponent> parsedName,
List<AiNameComponent> otherParsedName)
Initializes a new instance of the AiNameMatchParsedRequest
|
AiNameMatchParsedRequest(AiNameCulturalContext culturalContext,
String format,
List<AiNameComponent> parsedName,
List<AiNameComponent> otherParsedName)
Initializes a new instance of the AiNameMatchParsedRequest
|
AiNameParsedRequest(AiNameCulturalContext culturalContext,
String format,
List<AiNameComponent> parsedName)
Initializes a new instance of the AiNameParsedRequest
|
ListResponseOfAiNameComponent(List<AiNameComponent> value)
Initializes a new instance of the ListResponseOfAiNameComponent
|
Copyright © 2020. All rights reserved.