The field on which to sort the Companies
import com.apideck.unify.models.components.CompaniesSortBy;
CompaniesSortBy value = CompaniesSortBy.CREATED_AT;
// Open enum: use .of() to create instances from custom string values
CompaniesSortBy custom = CompaniesSortBy.of("custom_value");| Name | Value |
|---|---|
CREATED_AT |
created_at |
UPDATED_AT |
updated_at |
NAME |
name |