Class Capabilities
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.Capabilities
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Capabilities.Builder,Capabilities>
@Generated("software.amazon.awssdk:codegen") public final class Capabilities extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Capabilities.Builder,Capabilities>
A set of actions that correspond to QuickSight permissions.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCapabilities.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CapabilityStateaddOrRunAnomalyDetectionForAnalyses()The ability to add or run anomaly detection.StringaddOrRunAnomalyDetectionForAnalysesAsString()The ability to add or run anomaly detection.CapabilityStateanalysis()The ability to perform analysis-related actions.StringanalysisAsString()The ability to perform analysis-related actions.static Capabilities.Builderbuilder()CapabilityStatecreateAndUpdateDashboardEmailReports()The ability to create and update email reports.StringcreateAndUpdateDashboardEmailReportsAsString()The ability to create and update email reports.CapabilityStatecreateAndUpdateDatasets()The ability to create and update datasets.StringcreateAndUpdateDatasetsAsString()The ability to create and update datasets.CapabilityStatecreateAndUpdateDataSources()The ability to create and update data sources.StringcreateAndUpdateDataSourcesAsString()The ability to create and update data sources.CapabilityStatecreateAndUpdateThemes()The ability to export to Create and Update themes.StringcreateAndUpdateThemesAsString()The ability to export to Create and Update themes.CapabilityStatecreateAndUpdateThresholdAlerts()The ability to create and update threshold alerts.StringcreateAndUpdateThresholdAlertsAsString()The ability to create and update threshold alerts.CapabilityStatecreateSharedFolders()The ability to create shared folders.StringcreateSharedFoldersAsString()The ability to create shared folders.CapabilityStatecreateSPICEDataset()The ability to create a SPICE dataset.StringcreateSPICEDatasetAsString()The ability to create a SPICE dataset.CapabilityStatedashboard()The ability to perform dashboard-related actions.StringdashboardAsString()The ability to perform dashboard-related actions.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)CapabilityStateexportToCsv()The ability to export to CSV files from the UI.StringexportToCsvAsString()The ability to export to CSV files from the UI.CapabilityStateexportToCsvInScheduledReports()The ability to export to CSV files in scheduled email reports.StringexportToCsvInScheduledReportsAsString()The ability to export to CSV files in scheduled email reports.CapabilityStateexportToExcel()The ability to export to Excel files from the UI.StringexportToExcelAsString()The ability to export to Excel files from the UI.CapabilityStateexportToExcelInScheduledReports()The ability to export to Excel files in scheduled email reports.StringexportToExcelInScheduledReportsAsString()The ability to export to Excel files in scheduled email reports.CapabilityStateexportToPdf()The ability to export to PDF files from the UI.StringexportToPdfAsString()The ability to export to PDF files from the UI.CapabilityStateexportToPdfInScheduledReports()The ability to export to PDF files in scheduled email reports.StringexportToPdfInScheduledReportsAsString()The ability to export to PDF files in scheduled email reports.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()CapabilityStateincludeContentInScheduledReportsEmail()The ability to include content in scheduled email reports.StringincludeContentInScheduledReportsEmailAsString()The ability to include content in scheduled email reports.CapabilityStateprintReports()The ability to print reports.StringprintReportsAsString()The ability to print reports.CapabilityStaterenameSharedFolders()The ability to rename shared folders.StringrenameSharedFoldersAsString()The ability to rename shared folders.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Capabilities.Builder>serializableBuilderClass()CapabilityStateshareAnalyses()The ability to share analyses.StringshareAnalysesAsString()The ability to share analyses.CapabilityStateshareDashboards()The ability to share dashboards.StringshareDashboardsAsString()The ability to share dashboards.CapabilityStateshareDatasets()The ability to share datasets.StringshareDatasetsAsString()The ability to share datasets.CapabilityStateshareDataSources()The ability to share data sources.StringshareDataSourcesAsString()The ability to share data sources.CapabilityStatesubscribeDashboardEmailReports()The ability to subscribe to email reports.StringsubscribeDashboardEmailReportsAsString()The ability to subscribe to email reports.Capabilities.BuildertoBuilder()StringtoString()Returns a string representation of this object.CapabilityStateviewAccountSPICECapacity()The ability to view account SPICE capacity.StringviewAccountSPICECapacityAsString()The ability to view account SPICE capacity.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
exportToCsv
public final CapabilityState exportToCsv()
The ability to export to CSV files from the UI.
If the service returns an enum value that is not available in the current SDK version,
exportToCsvwill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportToCsvAsString().- Returns:
- The ability to export to CSV files from the UI.
- See Also:
CapabilityState
-
exportToCsvAsString
public final String exportToCsvAsString()
The ability to export to CSV files from the UI.
If the service returns an enum value that is not available in the current SDK version,
exportToCsvwill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportToCsvAsString().- Returns:
- The ability to export to CSV files from the UI.
- See Also:
CapabilityState
-
exportToExcel
public final CapabilityState exportToExcel()
The ability to export to Excel files from the UI.
If the service returns an enum value that is not available in the current SDK version,
exportToExcelwill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportToExcelAsString().- Returns:
- The ability to export to Excel files from the UI.
- See Also:
CapabilityState
-
exportToExcelAsString
public final String exportToExcelAsString()
The ability to export to Excel files from the UI.
If the service returns an enum value that is not available in the current SDK version,
exportToExcelwill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportToExcelAsString().- Returns:
- The ability to export to Excel files from the UI.
- See Also:
CapabilityState
-
exportToPdf
public final CapabilityState exportToPdf()
The ability to export to PDF files from the UI.
If the service returns an enum value that is not available in the current SDK version,
exportToPdfwill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportToPdfAsString().- Returns:
- The ability to export to PDF files from the UI.
- See Also:
CapabilityState
-
exportToPdfAsString
public final String exportToPdfAsString()
The ability to export to PDF files from the UI.
If the service returns an enum value that is not available in the current SDK version,
exportToPdfwill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportToPdfAsString().- Returns:
- The ability to export to PDF files from the UI.
- See Also:
CapabilityState
-
printReports
public final CapabilityState printReports()
The ability to print reports.
If the service returns an enum value that is not available in the current SDK version,
printReportswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprintReportsAsString().- Returns:
- The ability to print reports.
- See Also:
CapabilityState
-
printReportsAsString
public final String printReportsAsString()
The ability to print reports.
If the service returns an enum value that is not available in the current SDK version,
printReportswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprintReportsAsString().- Returns:
- The ability to print reports.
- See Also:
CapabilityState
-
createAndUpdateThemes
public final CapabilityState createAndUpdateThemes()
The ability to export to Create and Update themes.
If the service returns an enum value that is not available in the current SDK version,
createAndUpdateThemeswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreateAndUpdateThemesAsString().- Returns:
- The ability to export to Create and Update themes.
- See Also:
CapabilityState
-
createAndUpdateThemesAsString
public final String createAndUpdateThemesAsString()
The ability to export to Create and Update themes.
If the service returns an enum value that is not available in the current SDK version,
createAndUpdateThemeswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreateAndUpdateThemesAsString().- Returns:
- The ability to export to Create and Update themes.
- See Also:
CapabilityState
-
addOrRunAnomalyDetectionForAnalyses
public final CapabilityState addOrRunAnomalyDetectionForAnalyses()
The ability to add or run anomaly detection.
If the service returns an enum value that is not available in the current SDK version,
addOrRunAnomalyDetectionForAnalyseswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaddOrRunAnomalyDetectionForAnalysesAsString().- Returns:
- The ability to add or run anomaly detection.
- See Also:
CapabilityState
-
addOrRunAnomalyDetectionForAnalysesAsString
public final String addOrRunAnomalyDetectionForAnalysesAsString()
The ability to add or run anomaly detection.
If the service returns an enum value that is not available in the current SDK version,
addOrRunAnomalyDetectionForAnalyseswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaddOrRunAnomalyDetectionForAnalysesAsString().- Returns:
- The ability to add or run anomaly detection.
- See Also:
CapabilityState
-
shareAnalyses
public final CapabilityState shareAnalyses()
The ability to share analyses.
If the service returns an enum value that is not available in the current SDK version,
shareAnalyseswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshareAnalysesAsString().- Returns:
- The ability to share analyses.
- See Also:
CapabilityState
-
shareAnalysesAsString
public final String shareAnalysesAsString()
The ability to share analyses.
If the service returns an enum value that is not available in the current SDK version,
shareAnalyseswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshareAnalysesAsString().- Returns:
- The ability to share analyses.
- See Also:
CapabilityState
-
createAndUpdateDatasets
public final CapabilityState createAndUpdateDatasets()
The ability to create and update datasets.
If the service returns an enum value that is not available in the current SDK version,
createAndUpdateDatasetswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreateAndUpdateDatasetsAsString().- Returns:
- The ability to create and update datasets.
- See Also:
CapabilityState
-
createAndUpdateDatasetsAsString
public final String createAndUpdateDatasetsAsString()
The ability to create and update datasets.
If the service returns an enum value that is not available in the current SDK version,
createAndUpdateDatasetswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreateAndUpdateDatasetsAsString().- Returns:
- The ability to create and update datasets.
- See Also:
CapabilityState
-
shareDatasets
public final CapabilityState shareDatasets()
The ability to share datasets.
If the service returns an enum value that is not available in the current SDK version,
shareDatasetswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshareDatasetsAsString().- Returns:
- The ability to share datasets.
- See Also:
CapabilityState
-
shareDatasetsAsString
public final String shareDatasetsAsString()
The ability to share datasets.
If the service returns an enum value that is not available in the current SDK version,
shareDatasetswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshareDatasetsAsString().- Returns:
- The ability to share datasets.
- See Also:
CapabilityState
-
subscribeDashboardEmailReports
public final CapabilityState subscribeDashboardEmailReports()
The ability to subscribe to email reports.
If the service returns an enum value that is not available in the current SDK version,
subscribeDashboardEmailReportswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsubscribeDashboardEmailReportsAsString().- Returns:
- The ability to subscribe to email reports.
- See Also:
CapabilityState
-
subscribeDashboardEmailReportsAsString
public final String subscribeDashboardEmailReportsAsString()
The ability to subscribe to email reports.
If the service returns an enum value that is not available in the current SDK version,
subscribeDashboardEmailReportswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsubscribeDashboardEmailReportsAsString().- Returns:
- The ability to subscribe to email reports.
- See Also:
CapabilityState
-
createAndUpdateDashboardEmailReports
public final CapabilityState createAndUpdateDashboardEmailReports()
The ability to create and update email reports.
If the service returns an enum value that is not available in the current SDK version,
createAndUpdateDashboardEmailReportswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreateAndUpdateDashboardEmailReportsAsString().- Returns:
- The ability to create and update email reports.
- See Also:
CapabilityState
-
createAndUpdateDashboardEmailReportsAsString
public final String createAndUpdateDashboardEmailReportsAsString()
The ability to create and update email reports.
If the service returns an enum value that is not available in the current SDK version,
createAndUpdateDashboardEmailReportswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreateAndUpdateDashboardEmailReportsAsString().- Returns:
- The ability to create and update email reports.
- See Also:
CapabilityState
-
shareDashboards
public final CapabilityState shareDashboards()
The ability to share dashboards.
If the service returns an enum value that is not available in the current SDK version,
shareDashboardswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshareDashboardsAsString().- Returns:
- The ability to share dashboards.
- See Also:
CapabilityState
-
shareDashboardsAsString
public final String shareDashboardsAsString()
The ability to share dashboards.
If the service returns an enum value that is not available in the current SDK version,
shareDashboardswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshareDashboardsAsString().- Returns:
- The ability to share dashboards.
- See Also:
CapabilityState
-
createAndUpdateThresholdAlerts
public final CapabilityState createAndUpdateThresholdAlerts()
The ability to create and update threshold alerts.
If the service returns an enum value that is not available in the current SDK version,
createAndUpdateThresholdAlertswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreateAndUpdateThresholdAlertsAsString().- Returns:
- The ability to create and update threshold alerts.
- See Also:
CapabilityState
-
createAndUpdateThresholdAlertsAsString
public final String createAndUpdateThresholdAlertsAsString()
The ability to create and update threshold alerts.
If the service returns an enum value that is not available in the current SDK version,
createAndUpdateThresholdAlertswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreateAndUpdateThresholdAlertsAsString().- Returns:
- The ability to create and update threshold alerts.
- See Also:
CapabilityState
-
renameSharedFolders
public final CapabilityState renameSharedFolders()
The ability to rename shared folders.
If the service returns an enum value that is not available in the current SDK version,
renameSharedFolderswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrenameSharedFoldersAsString().- Returns:
- The ability to rename shared folders.
- See Also:
CapabilityState
-
renameSharedFoldersAsString
public final String renameSharedFoldersAsString()
The ability to rename shared folders.
If the service returns an enum value that is not available in the current SDK version,
renameSharedFolderswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrenameSharedFoldersAsString().- Returns:
- The ability to rename shared folders.
- See Also:
CapabilityState
-
createSharedFolders
public final CapabilityState createSharedFolders()
The ability to create shared folders.
If the service returns an enum value that is not available in the current SDK version,
createSharedFolderswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreateSharedFoldersAsString().- Returns:
- The ability to create shared folders.
- See Also:
CapabilityState
-
createSharedFoldersAsString
public final String createSharedFoldersAsString()
The ability to create shared folders.
If the service returns an enum value that is not available in the current SDK version,
createSharedFolderswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreateSharedFoldersAsString().- Returns:
- The ability to create shared folders.
- See Also:
CapabilityState
-
createAndUpdateDataSources
public final CapabilityState createAndUpdateDataSources()
The ability to create and update data sources.
If the service returns an enum value that is not available in the current SDK version,
createAndUpdateDataSourceswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreateAndUpdateDataSourcesAsString().- Returns:
- The ability to create and update data sources.
- See Also:
CapabilityState
-
createAndUpdateDataSourcesAsString
public final String createAndUpdateDataSourcesAsString()
The ability to create and update data sources.
If the service returns an enum value that is not available in the current SDK version,
createAndUpdateDataSourceswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreateAndUpdateDataSourcesAsString().- Returns:
- The ability to create and update data sources.
- See Also:
CapabilityState
-
shareDataSources
public final CapabilityState shareDataSources()
The ability to share data sources.
If the service returns an enum value that is not available in the current SDK version,
shareDataSourceswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshareDataSourcesAsString().- Returns:
- The ability to share data sources.
- See Also:
CapabilityState
-
shareDataSourcesAsString
public final String shareDataSourcesAsString()
The ability to share data sources.
If the service returns an enum value that is not available in the current SDK version,
shareDataSourceswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshareDataSourcesAsString().- Returns:
- The ability to share data sources.
- See Also:
CapabilityState
-
viewAccountSPICECapacity
public final CapabilityState viewAccountSPICECapacity()
The ability to view account SPICE capacity.
If the service returns an enum value that is not available in the current SDK version,
viewAccountSPICECapacitywill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromviewAccountSPICECapacityAsString().- Returns:
- The ability to view account SPICE capacity.
- See Also:
CapabilityState
-
viewAccountSPICECapacityAsString
public final String viewAccountSPICECapacityAsString()
The ability to view account SPICE capacity.
If the service returns an enum value that is not available in the current SDK version,
viewAccountSPICECapacitywill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromviewAccountSPICECapacityAsString().- Returns:
- The ability to view account SPICE capacity.
- See Also:
CapabilityState
-
createSPICEDataset
public final CapabilityState createSPICEDataset()
The ability to create a SPICE dataset.
If the service returns an enum value that is not available in the current SDK version,
createSPICEDatasetwill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreateSPICEDatasetAsString().- Returns:
- The ability to create a SPICE dataset.
- See Also:
CapabilityState
-
createSPICEDatasetAsString
public final String createSPICEDatasetAsString()
The ability to create a SPICE dataset.
If the service returns an enum value that is not available in the current SDK version,
createSPICEDatasetwill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreateSPICEDatasetAsString().- Returns:
- The ability to create a SPICE dataset.
- See Also:
CapabilityState
-
exportToPdfInScheduledReports
public final CapabilityState exportToPdfInScheduledReports()
The ability to export to PDF files in scheduled email reports.
If the service returns an enum value that is not available in the current SDK version,
exportToPdfInScheduledReportswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportToPdfInScheduledReportsAsString().- Returns:
- The ability to export to PDF files in scheduled email reports.
- See Also:
CapabilityState
-
exportToPdfInScheduledReportsAsString
public final String exportToPdfInScheduledReportsAsString()
The ability to export to PDF files in scheduled email reports.
If the service returns an enum value that is not available in the current SDK version,
exportToPdfInScheduledReportswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportToPdfInScheduledReportsAsString().- Returns:
- The ability to export to PDF files in scheduled email reports.
- See Also:
CapabilityState
-
exportToCsvInScheduledReports
public final CapabilityState exportToCsvInScheduledReports()
The ability to export to CSV files in scheduled email reports.
If the service returns an enum value that is not available in the current SDK version,
exportToCsvInScheduledReportswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportToCsvInScheduledReportsAsString().- Returns:
- The ability to export to CSV files in scheduled email reports.
- See Also:
CapabilityState
-
exportToCsvInScheduledReportsAsString
public final String exportToCsvInScheduledReportsAsString()
The ability to export to CSV files in scheduled email reports.
If the service returns an enum value that is not available in the current SDK version,
exportToCsvInScheduledReportswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportToCsvInScheduledReportsAsString().- Returns:
- The ability to export to CSV files in scheduled email reports.
- See Also:
CapabilityState
-
exportToExcelInScheduledReports
public final CapabilityState exportToExcelInScheduledReports()
The ability to export to Excel files in scheduled email reports.
If the service returns an enum value that is not available in the current SDK version,
exportToExcelInScheduledReportswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportToExcelInScheduledReportsAsString().- Returns:
- The ability to export to Excel files in scheduled email reports.
- See Also:
CapabilityState
-
exportToExcelInScheduledReportsAsString
public final String exportToExcelInScheduledReportsAsString()
The ability to export to Excel files in scheduled email reports.
If the service returns an enum value that is not available in the current SDK version,
exportToExcelInScheduledReportswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportToExcelInScheduledReportsAsString().- Returns:
- The ability to export to Excel files in scheduled email reports.
- See Also:
CapabilityState
-
includeContentInScheduledReportsEmail
public final CapabilityState includeContentInScheduledReportsEmail()
The ability to include content in scheduled email reports.
If the service returns an enum value that is not available in the current SDK version,
includeContentInScheduledReportsEmailwill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromincludeContentInScheduledReportsEmailAsString().- Returns:
- The ability to include content in scheduled email reports.
- See Also:
CapabilityState
-
includeContentInScheduledReportsEmailAsString
public final String includeContentInScheduledReportsEmailAsString()
The ability to include content in scheduled email reports.
If the service returns an enum value that is not available in the current SDK version,
includeContentInScheduledReportsEmailwill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromincludeContentInScheduledReportsEmailAsString().- Returns:
- The ability to include content in scheduled email reports.
- See Also:
CapabilityState
-
dashboard
public final CapabilityState dashboard()
The ability to perform dashboard-related actions.
If the service returns an enum value that is not available in the current SDK version,
dashboardwill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdashboardAsString().- Returns:
- The ability to perform dashboard-related actions.
- See Also:
CapabilityState
-
dashboardAsString
public final String dashboardAsString()
The ability to perform dashboard-related actions.
If the service returns an enum value that is not available in the current SDK version,
dashboardwill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdashboardAsString().- Returns:
- The ability to perform dashboard-related actions.
- See Also:
CapabilityState
-
analysis
public final CapabilityState analysis()
The ability to perform analysis-related actions.
If the service returns an enum value that is not available in the current SDK version,
analysiswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromanalysisAsString().- Returns:
- The ability to perform analysis-related actions.
- See Also:
CapabilityState
-
analysisAsString
public final String analysisAsString()
The ability to perform analysis-related actions.
If the service returns an enum value that is not available in the current SDK version,
analysiswill returnCapabilityState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromanalysisAsString().- Returns:
- The ability to perform analysis-related actions.
- See Also:
CapabilityState
-
toBuilder
public Capabilities.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Capabilities.Builder,Capabilities>
-
builder
public static Capabilities.Builder builder()
-
serializableBuilderClass
public static Class<? extends Capabilities.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-