Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 508 Bytes

File metadata and controls

23 lines (15 loc) · 508 Bytes

CompaniesSortBy

The field on which to sort the Companies

Example Usage

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");

Values

Name Value
CREATED_AT created_at
UPDATED_AT updated_at
NAME name