Package org.gitlab4j.api.models
Class CustomAttribute
- java.lang.Object
-
- org.gitlab4j.api.models.CustomAttribute
-
public class CustomAttribute extends Object
-
-
Constructor Summary
Constructors Constructor Description CustomAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getValue()
void
setKey(String key)
void
setValue(String value)
CustomAttribute
withKey(String key)
CustomAttribute
withValue(String value)
-
-
-
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)
-
-