Class SupportedTypes.Result

    • Constructor Detail

      • Result

        public Result​(List<ComponentType> types)
        Construct a Result object. The provided list will be copied if not already immutable. The list must not contain null values.
        Parameters:
        types - supported types
    • Method Detail

      • types

        public List<ComponentType> types()
        List of supported types as immutable list.
        Returns:
        supported types
      • typesAsArray

        public PArray typesAsArray()
        List of supported types as PArray for response call.
        Returns:
        supported types