Class ExportComplexRelationsToExcelRequest.Builder
Object
Builder
- Enclosing class:
ExportComplexRelationsToExcelRequest
-
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.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.withRemoveFormatting(boolean val) Deprecated.This method will be removed from the next major release.withSheetName(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.withXlsx(boolean val) Deprecated.This method will be removed from the next major release.xlsx(boolean xlsx)
-
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) -
withSheetName
Deprecated.This method will be removed from the next major release. Please usesheetName(String) -
withXlsx
Deprecated.This method will be removed from the next major release. Please usexlsx(boolean) -
complexRelationTypeId
public ExportComplexRelationsToExcelRequest.Builder complexRelationTypeId(UUID complexRelationTypeId) - Returns:
this.
-
domainId
- Returns:
this.
-
storeAsAttachment
- Returns:
this.
-
fileName
- Returns:
this.
-
includeHeaderRow
- Returns:
this.
-
supportRoundtrip
- Returns:
this.
-
removeFormatting
- Returns:
this.
-
sheetName
- Returns:
this.
-
xlsx
- Returns:
this.
-
build
-
toString
-