Package org.gitlab4j.api.models
Class CustomAttribute
- java.lang.Object
-
- org.gitlab4j.api.models.CustomAttribute
-
public class CustomAttribute extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CustomAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()java.lang.StringgetValue()voidsetKey(java.lang.String key)voidsetValue(java.lang.String value)CustomAttributewithKey(java.lang.String key)CustomAttributewithValue(java.lang.String value)
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
-
setKey
public void setKey(java.lang.String key)
-
getValue
public java.lang.String getValue()
-
setValue
public void setValue(java.lang.String value)
-
withKey
public CustomAttribute withKey(java.lang.String key)
-
withValue
public CustomAttribute withValue(java.lang.String value)
-
-