Uses of Class
com.circleci.client.v2.model.CheckoutKey.TypeEnum
-
Packages that use CheckoutKey.TypeEnum Package Description com.circleci.client.v2.model -
-
Uses of CheckoutKey.TypeEnum in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return CheckoutKey.TypeEnum Modifier and Type Method Description static CheckoutKey.TypeEnumCheckoutKey.TypeEnum. fromValue(String value)CheckoutKey.TypeEnumCheckoutKey. getType()The type of checkout key.static CheckoutKey.TypeEnumCheckoutKey.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckoutKey.TypeEnum[]CheckoutKey.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.circleci.client.v2.model with parameters of type CheckoutKey.TypeEnum Modifier and Type Method Description voidCheckoutKey. setType(CheckoutKey.TypeEnum type)CheckoutKeyCheckoutKey. type(CheckoutKey.TypeEnum type)
-