Class ExportComplexRelationsToExcelRequest
Object
ExportComplexRelationsRequest
ExportComplexRelationsToExcelRequest
- All Implemented Interfaces:
Serializable
public class ExportComplexRelationsToExcelRequest
extends ExportComplexRelationsRequest
implements Serializable
Request for exporting a view to Excel.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class ExportComplexRelationsRequest
complexRelationTypeId, domainId, fileName, includeHeaderRow, removeFormatting, storeAsAttachment, supportRoundtrip -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This method will be removed in the future.builder()protected booleanbooleanThe name of the sheetinthashCode()booleanisXlsx()Deprecated.The parameter will be removed.voidsetSheetName(String sheetName) The name of the sheetvoidsetXlsx(boolean xlsx) Deprecated.The parameter will be removed.toString()Methods inherited from class ExportComplexRelationsRequest
getComplexRelationTypeId, getDomainId, getFileName, isIncludeHeaderRow, isRemoveFormatting, isStoreAsAttachment, isSupportRoundtrip, setComplexRelationTypeId, setDomainId, setFileName, setIncludeHeaderRow, setRemoveFormatting, setStoreAsAttachment, setSupportRoundtrip
-
Constructor Details
-
ExportComplexRelationsToExcelRequest
public ExportComplexRelationsToExcelRequest()
-
-
Method Details
-
anExportComplexRelationsToExcelRequest
@Deprecated public static ExportComplexRelationsToExcelRequest.Builder anExportComplexRelationsToExcelRequest()Deprecated.This method will be removed in the future. Please usebuilder() -
builder
-
getSheetName
The name of the sheet -
isXlsx
Deprecated.The parameter will be removed. In the future only XLSX files will be supported.Set if the Excel file to export will be '.xlsx' file (true) or a '.xls' file (false) Default value is (true) -
setSheetName
The name of the sheet -
setXlsx
Deprecated.The parameter will be removed. In the future only XLSX files will be supported.Set if the Excel file to export will be '.xlsx' file (true) or a '.xls' file (false) Default value is (true) -
equals
- Overrides:
equalsin classExportComplexRelationsRequest
-
canEqual
- Overrides:
canEqualin classExportComplexRelationsRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classExportComplexRelationsRequest
-
toString
- Overrides:
toStringin classExportComplexRelationsRequest
-