Package com.circleci.client.v2.model
Class CheckoutKeyInput
- java.lang.Object
-
- com.circleci.client.v2.model.CheckoutKeyInput
-
public class CheckoutKeyInput extends Object
CheckoutKeyInput
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCheckoutKeyInput.TypeEnumThe type of checkout key to create.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description CheckoutKeyInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CheckoutKeyInput.TypeEnumgetType()The type of checkout key to create.inthashCode()voidsetType(CheckoutKeyInput.TypeEnum type)StringtoString()CheckoutKeyInputtype(CheckoutKeyInput.TypeEnum type)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public CheckoutKeyInput type(CheckoutKeyInput.TypeEnum type)
-
getType
public CheckoutKeyInput.TypeEnum getType()
The type of checkout key to create. This may be either `deploy-key` or `user-key`.- Returns:
- type
-
setType
public void setType(CheckoutKeyInput.TypeEnum type)
-
-