All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.launchableinc.openai.assistants.AssistantSortOrder Maven / Gradle / Ivy

The newest version!
package com.launchableinc.openai.assistants;

import com.fasterxml.jackson.annotation.JsonProperty;

public enum AssistantSortOrder {

	@JsonProperty("asc")
	ASC,

	@JsonProperty("desc")
	DESC
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy