Uses of Class
com.oracle.bmc.generativeai.model.ApiKeyItem.State
-
Packages that use ApiKeyItem.State Package Description com.oracle.bmc.generativeai.model -
-
Uses of ApiKeyItem.State in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return ApiKeyItem.State Modifier and Type Method Description static ApiKeyItem.StateApiKeyItem.State. create(String key)ApiKeyItem.StateApiKeyItem. getState()The current state of the API key item.ApiKeyItem.StateSetApiKeyStateDetails. getState()The target state of the API key item.static ApiKeyItem.StateApiKeyItem.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ApiKeyItem.State[]ApiKeyItem.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model with parameters of type ApiKeyItem.State Modifier and Type Method Description ApiKeyItem.BuilderApiKeyItem.Builder. state(ApiKeyItem.State state)The current state of the API key item.SetApiKeyStateDetails.BuilderSetApiKeyStateDetails.Builder. state(ApiKeyItem.State state)The target state of the API key item.Constructors in com.oracle.bmc.generativeai.model with parameters of type ApiKeyItem.State Constructor Description ApiKeyItem(String key, String keyName, String keyMask, Date timeCreated, Date timeExpiry, Date timeActivated, Date timeDeactivated, Date timeRevoked, Date timeLastUsed, ApiKeyItem.State state)Deprecated.SetApiKeyStateDetails(String keyName, ApiKeyItem.State state, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-