Package org.gitlab4j.api.models
Class CustomAttribute
- java.lang.Object
-
- org.gitlab4j.api.models.CustomAttribute
-
public class CustomAttribute extends Object
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
withKey
public CustomAttribute withKey(String key)
-
withValue
public CustomAttribute withValue(String value)
-
-