Class FeatureValidationResponse

    • Constructor Detail

      • FeatureValidationResponse

        public FeatureValidationResponse()
    • Method Detail

      • featureType

        public FeatureType featureType()
        Get the featureType property: backup support feature type.
        Returns:
        the featureType value.
      • withFeatureType

        public FeatureValidationResponse withFeatureType​(FeatureType featureType)
        Set the featureType property: backup support feature type.
        Parameters:
        featureType - the featureType value to set.
        Returns:
        the FeatureValidationResponse object itself.
      • features

        public List<SupportedFeature> features()
        Get the features property: Response features.
        Returns:
        the features value.
      • withFeatures

        public FeatureValidationResponse withFeatures​(List<SupportedFeature> features)
        Set the features property: Response features.
        Parameters:
        features - the features value to set.
        Returns:
        the FeatureValidationResponse object itself.