Class ExportComplexRelationsToCSVRequest.Builder
Object
Builder
- Enclosing class:
ExportComplexRelationsToCSVRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()complexRelationTypeId(UUID complexRelationTypeId) includeHeaderRow(boolean includeHeaderRow) removeFormatting(boolean removeFormatting) storeAsAttachment(boolean storeAsAttachment) supportRoundtrip(boolean supportRoundtrip) toString()Deprecated.This method will be removed from the next major release.withDomainId(UUID val) Deprecated.This method will be removed from the next major release.withEscape(String val) Deprecated.withFileName(String val) Deprecated.This method will be removed from the next major release.withIncludeHeaderRow(boolean val) Deprecated.This method will be removed from the next major release.Deprecated.This method will be removed from the next major release.withRemoveFormatting(boolean val) Deprecated.This method will be removed from the next major release.withSeparator(String val) Deprecated.This method will be removed from the next major release.withStoreAsAttachment(boolean val) Deprecated.This method will be removed from the next major release.withSupportRoundtrip(boolean val) Deprecated.This method will be removed from the next major release.
-
Method Details
-
withDomainId
Deprecated.This method will be removed from the next major release. Please usedomainId(UUID) -
withComplexRelationTypeId
Deprecated.This method will be removed from the next major release. Please usecomplexRelationTypeId(UUID) -
withStoreAsAttachment
Deprecated.This method will be removed from the next major release. Please usestoreAsAttachment(boolean) -
withFileName
Deprecated.This method will be removed from the next major release. Please usefileName(String) -
withIncludeHeaderRow
Deprecated.This method will be removed from the next major release. Please useincludeHeaderRow(boolean) -
withSupportRoundtrip
Deprecated.This method will be removed from the next major release. Please usesupportRoundtrip(boolean) -
withRemoveFormatting
Deprecated.This method will be removed from the next major release. Please useremoveFormatting(boolean) -
withSeparator
Deprecated.This method will be removed from the next major release. Please useseparator(String) -
withQuote
Deprecated.This method will be removed from the next major release. Please usequote(String) -
withEscape
Deprecated.This method will be removed from the next major release. Please useescape(String) -
complexRelationTypeId
- Returns:
this.
-
domainId
- Returns:
this.
-
storeAsAttachment
- Returns:
this.
-
fileName
- Returns:
this.
-
includeHeaderRow
- Returns:
this.
-
supportRoundtrip
- Returns:
this.
-
removeFormatting
- Returns:
this.
-
separator
- Returns:
this.
-
quote
- Returns:
this.
-
escape
- Returns:
this.
-
build
-
toString
-