Class SearchTypesResultItem

    • Method Detail

      • assetTypeItem

        public final AssetTypeItem assetTypeItem()

        The asset type included in the results of the SearchTypes action.

        Returns:
        The asset type included in the results of the SearchTypes action.
      • formTypeItem

        public final FormTypeData formTypeItem()

        The form type included in the results of the SearchTypes action.

        Returns:
        The form type included in the results of the SearchTypes action.
      • lineageNodeTypeItem

        public final LineageNodeTypeItem lineageNodeTypeItem()

        The details of a data lineage node type.

        Returns:
        The details of a data lineage node type.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)
      • fromAssetTypeItem

        public static SearchTypesResultItem fromAssetTypeItem​(AssetTypeItem assetTypeItem)
        Create an instance of this class with assetTypeItem() initialized to the given value.

        The asset type included in the results of the SearchTypes action.

        Parameters:
        assetTypeItem - The asset type included in the results of the SearchTypes action.
      • fromAssetTypeItem

        public static SearchTypesResultItem fromAssetTypeItem​(Consumer<AssetTypeItem.Builder> assetTypeItem)
        Create an instance of this class with assetTypeItem() initialized to the given value.

        The asset type included in the results of the SearchTypes action.

        Parameters:
        assetTypeItem - The asset type included in the results of the SearchTypes action.
      • fromFormTypeItem

        public static SearchTypesResultItem fromFormTypeItem​(FormTypeData formTypeItem)
        Create an instance of this class with formTypeItem() initialized to the given value.

        The form type included in the results of the SearchTypes action.

        Parameters:
        formTypeItem - The form type included in the results of the SearchTypes action.
      • fromFormTypeItem

        public static SearchTypesResultItem fromFormTypeItem​(Consumer<FormTypeData.Builder> formTypeItem)
        Create an instance of this class with formTypeItem() initialized to the given value.

        The form type included in the results of the SearchTypes action.

        Parameters:
        formTypeItem - The form type included in the results of the SearchTypes action.
      • fromLineageNodeTypeItem

        public static SearchTypesResultItem fromLineageNodeTypeItem​(LineageNodeTypeItem lineageNodeTypeItem)
        Create an instance of this class with lineageNodeTypeItem() initialized to the given value.

        The details of a data lineage node type.

        Parameters:
        lineageNodeTypeItem - The details of a data lineage node type.