Package org.gitlab4j.api.models
Class ApplicationSettings
- java.lang.Object
-
- org.gitlab4j.api.models.ApplicationSettings
-
public class ApplicationSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
addSetting(String setting, Object value)
Object
addSetting(Setting setting, Object value)
void
clearSettings()
Date
getCreatedAt()
Integer
getId()
Object
getSetting(String setting)
Object
getSetting(Setting setting)
Map<String,Object>
getSettings()
Date
getUpdatedAt()
Object
removeSetting(String setting)
Object
removeSetting(Setting setting)
void
setCreatedAt(Date createdAt)
void
setId(Integer id)
void
setSettings(Map<String,Object> settings)
void
setUpdatedAt(Date updatedAt)
String
toString()
-
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getCreatedAt
public Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(Date createdAt)
-
getUpdatedAt
public Date getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
-
addSetting
public Object addSetting(String setting, Object value) throws GitLabApiException
- Throws:
GitLabApiException
-
addSetting
public Object addSetting(Setting setting, Object value) throws GitLabApiException
- Throws:
GitLabApiException
-
clearSettings
public void clearSettings()
-
-