类 SchemaProperty

java.lang.Object
com.lark.oapi.service.search.v2.model.SchemaProperty

public class SchemaProperty extends Object
  • 构造器详细资料

    • SchemaProperty

      public SchemaProperty()
    • SchemaProperty

      public SchemaProperty(SchemaProperty.Builder builder)
  • 方法详细资料

    • newBuilder

      public static SchemaProperty.Builder newBuilder()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getIsSearchable

      public Boolean getIsSearchable()
    • setIsSearchable

      public void setIsSearchable(Boolean isSearchable)
    • getIsSortable

      public Boolean getIsSortable()
    • setIsSortable

      public void setIsSortable(Boolean isSortable)
    • getIsReturnable

      public Boolean getIsReturnable()
    • setIsReturnable

      public void setIsReturnable(Boolean isReturnable)
    • getSortOptions

      public SchemaSortOptions getSortOptions()
    • setSortOptions

      public void setSortOptions(SchemaSortOptions sortOptions)
    • getTypeDefinitions

      public SchemaTypeDefinitions getTypeDefinitions()
    • setTypeDefinitions

      public void setTypeDefinitions(SchemaTypeDefinitions typeDefinitions)
    • getSearchOptions

      public SchemaSearchOptions getSearchOptions()
    • setSearchOptions

      public void setSearchOptions(SchemaSearchOptions searchOptions)