Class ObjectMetadata.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • schemaOwnerColumn

        public ObjectMetadata.Builder schemaOwnerColumn​(String schemaOwnerColumn)
        The field that stores the owner of the object.
        Parameters:
        schemaOwnerColumn - the value to set
        Returns:
        this builder
      • objectNameColumn

        public ObjectMetadata.Builder objectNameColumn​(String objectNameColumn)
        The field that stores the name of the object.
        Parameters:
        objectNameColumn - the value to set
        Returns:
        this builder
      • objectTypeFixed

        public ObjectMetadata.Builder objectTypeFixed​(String objectTypeFixed)
        The field that stores the fixed type of the object.
        Parameters:
        objectTypeFixed - the value to set
        Returns:
        this builder
      • objectTypeColumn

        public ObjectMetadata.Builder objectTypeColumn​(String objectTypeColumn)
        The field that stores the type of the object.
        Parameters:
        objectTypeColumn - the value to set
        Returns:
        this builder