Class Group
java.lang.Object
com.dabsquared.gitlabjenkins.gitlab.api.model.Group
Gitlab Group
- Since:
- Mon, 2022-06-13 - 07:19:01
- Author:
- Jean-Jacques ETUNE NGI (Java EE Technical Lead / Enterprise Architect)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Method used to get the value of field "avatarUrl"Method used to get the value of field "defaultBranchProtection"Method used to get the value of field "description"Method used to get the value of field "fullName"Method used to get the value of field "fullPath"getId()
Method used to get the value of field "id"Method used to get the value of field "markedForDeletionOn"getName()
Method used to get the value of field "name"Method used to get the value of field "parentId"getPath()
Method used to get the value of field "path"Method used to get the value of field "requestAccessEnabled"Method used to get the value of field "visibility"Method used to get the value of field "webUrl"int
hashCode()
void
setAvatarUrl
(String avatarUrl) Method used to update value of field "avatarUrl"void
setDefaultBranchProtection
(Integer defaultBranchProtection) Method used to update value of field "defaultBranchProtection"void
setDescription
(String description) Method used to update value of field "description"void
setFullName
(String fullName) Method used to update value of field "fullName"void
setFullPath
(String fullPath) Method used to update value of field "fullPath"void
Method used to update value of field "id"void
setMarkedForDeletionOn
(String markedForDeletionOn) Method used to update value of field "markedForDeletionOn"void
Method used to update value of field "name"void
setParentId
(Integer parentId) Method used to update value of field "parentId"void
Method used to update value of field "path"void
setRequestAccessEnabled
(Boolean requestAccessEnabled) Method used to update value of field "requestAccessEnabled"void
setVisibility
(String visibility) Method used to update value of field "visibility"void
Method used to update value of field "webUrl"toString()
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
getId
Method used to get the value of field "id"- Returns:
- Value of field "id"
-
setId
Method used to update value of field "id"- Parameters:
id
- New value of field "id"
-
getParentId
Method used to get the value of field "parentId"- Returns:
- Value of field "parentId"
-
setParentId
Method used to update value of field "parentId"- Parameters:
parentId
- New value of field "parentId"
-
getName
Method used to get the value of field "name"- Returns:
- Value of field "name"
-
setName
Method used to update value of field "name"- Parameters:
name
- New value of field "name"
-
getFullName
Method used to get the value of field "fullName"- Returns:
- Value of field "fullName"
-
setFullName
Method used to update value of field "fullName"- Parameters:
fullName
- New value of field "fullName"
-
getPath
Method used to get the value of field "path"- Returns:
- Value of field "path"
-
setPath
Method used to update value of field "path"- Parameters:
path
- New value of field "path"
-
getFullPath
Method used to get the value of field "fullPath"- Returns:
- Value of field "fullPath"
-
setFullPath
Method used to update value of field "fullPath"- Parameters:
fullPath
- New value of field "fullPath"
-
getDescription
Method used to get the value of field "description"- Returns:
- Value of field "description"
-
setDescription
Method used to update value of field "description"- Parameters:
description
- New value of field "description"
-
getVisibility
Method used to get the value of field "visibility"- Returns:
- Value of field "visibility"
-
setVisibility
Method used to update value of field "visibility"- Parameters:
visibility
- New value of field "visibility"
-
getWebUrl
Method used to get the value of field "webUrl"- Returns:
- Value of field "webUrl"
-
setWebUrl
Method used to update value of field "webUrl"- Parameters:
webUrl
- New value of field "webUrl"
-
getAvatarUrl
Method used to get the value of field "avatarUrl"- Returns:
- Value of field "avatarUrl"
-
setAvatarUrl
Method used to update value of field "avatarUrl"- Parameters:
avatarUrl
- New value of field "avatarUrl"
-
getDefaultBranchProtection
Method used to get the value of field "defaultBranchProtection"- Returns:
- Value of field "defaultBranchProtection"
-
setDefaultBranchProtection
Method used to update value of field "defaultBranchProtection"- Parameters:
defaultBranchProtection
- New value of field "defaultBranchProtection"
-
getRequestAccessEnabled
Method used to get the value of field "requestAccessEnabled"- Returns:
- Value of field "requestAccessEnabled"
-
setRequestAccessEnabled
Method used to update value of field "requestAccessEnabled"- Parameters:
requestAccessEnabled
- New value of field "requestAccessEnabled"
-
getMarkedForDeletionOn
Method used to get the value of field "markedForDeletionOn"- Returns:
- Value of field "markedForDeletionOn"
-
setMarkedForDeletionOn
Method used to update value of field "markedForDeletionOn"- Parameters:
markedForDeletionOn
- New value of field "markedForDeletionOn"
-
equals
-
hashCode
public int hashCode() -
toString
-