Class DBCreateViewOptions


  • @Deprecated(since="2021-05-27")
    public class DBCreateViewOptions
    extends java.lang.Object
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.
    The options to apply when creating a view
    Since:
    3.4
    • Constructor Detail

      • DBCreateViewOptions

        public DBCreateViewOptions()
        Deprecated.
    • Method Detail

      • getCollation

        public Collation getCollation()
        Deprecated.
        Returns the collation options
        Returns:
        the collation options
      • collation

        public DBCreateViewOptions collation​(Collation collation)
        Deprecated.
        Sets the collation
        Parameters:
        collation - the collation
        Returns:
        this