Class GroupBuilder
java.lang.Object
com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated.GroupBuilder
- All Implemented Interfaces:
- Cloneable
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected GroupBuilderprotected Stringprotected Integerprotected Stringprotected Stringprotected Stringprotected Integerprotected Stringprotected Stringprotected Integerprotected Stringprotected Booleanprotected Stringprotected String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Creates a newGroupbased on this builder's settings.but()Returns a clone of this builder.clone()Returns a clone of this builder.static GroupBuildergroup()Factory Method to construct a GroupBuilderwithAvatarUrl(String value) Sets the default value for the avatarUrl property.Sets the default value for the defaultBranchProtection property.withDescription(String value) Sets the default value for the description property.withFullName(String value) Sets the default value for the fullName property.withFullPath(String value) Sets the default value for the fullPath property.Sets the default value for the id property.withMarkedForDeletionOn(String value) Sets the default value for the markedForDeletionOn property.Sets the default value for the name property.withParentId(Integer value) Sets the default value for the parentId property.Sets the default value for the path property.withRequestAccessEnabled(Boolean value) Sets the default value for the requestAccessEnabled property.withVisibility(String value) Sets the default value for the visibility property.withWebUrl(String value) Sets the default value for the webUrl property.
- 
Field Details- 
self
- 
value$id$java$lang$Integer
- 
isSet$id$java$lang$Integerprotected boolean isSet$id$java$lang$Integer
- 
value$parentId$java$lang$Integer
- 
isSet$parentId$java$lang$Integerprotected boolean isSet$parentId$java$lang$Integer
- 
value$name$java$lang$String
- 
isSet$name$java$lang$Stringprotected boolean isSet$name$java$lang$String
- 
value$fullName$java$lang$String
- 
isSet$fullName$java$lang$Stringprotected boolean isSet$fullName$java$lang$String
- 
value$path$java$lang$String
- 
isSet$path$java$lang$Stringprotected boolean isSet$path$java$lang$String
- 
value$fullPath$java$lang$String
- 
isSet$fullPath$java$lang$Stringprotected boolean isSet$fullPath$java$lang$String
- 
value$description$java$lang$String
- 
isSet$description$java$lang$Stringprotected boolean isSet$description$java$lang$String
- 
value$visibility$java$lang$String
- 
isSet$visibility$java$lang$Stringprotected boolean isSet$visibility$java$lang$String
- 
value$webUrl$java$lang$String
- 
isSet$webUrl$java$lang$Stringprotected boolean isSet$webUrl$java$lang$String
- 
value$avatarUrl$java$lang$String
- 
isSet$avatarUrl$java$lang$Stringprotected boolean isSet$avatarUrl$java$lang$String
- 
value$defaultBranchProtection$java$lang$Integer
- 
isSet$defaultBranchProtection$java$lang$Integerprotected boolean isSet$defaultBranchProtection$java$lang$Integer
- 
value$requestAccessEnabled$java$lang$Boolean
- 
isSet$requestAccessEnabled$java$lang$Booleanprotected boolean isSet$requestAccessEnabled$java$lang$Boolean
- 
value$markedForDeletionOn$java$lang$String
- 
isSet$markedForDeletionOn$java$lang$Stringprotected boolean isSet$markedForDeletionOn$java$lang$String
 
- 
- 
Constructor Details- 
GroupBuilderpublic GroupBuilder()Creates a newGroupBuilder.
 
- 
- 
Method Details- 
groupFactory Method to construct a GroupBuilder- Returns:
- a new GroupBuilder
 
- 
withIdSets the default value for the id property.- Parameters:
- value- the default value
- Returns:
- this builder
 
- 
withParentIdSets the default value for the parentId property.- Parameters:
- value- the default value
- Returns:
- this builder
 
- 
withNameSets the default value for the name property.- Parameters:
- value- the default value
- Returns:
- this builder
 
- 
withFullNameSets the default value for the fullName property.- Parameters:
- value- the default value
- Returns:
- this builder
 
- 
withPathSets the default value for the path property.- Parameters:
- value- the default value
- Returns:
- this builder
 
- 
withFullPathSets the default value for the fullPath property.- Parameters:
- value- the default value
- Returns:
- this builder
 
- 
withDescriptionSets the default value for the description property.- Parameters:
- value- the default value
- Returns:
- this builder
 
- 
withVisibilitySets the default value for the visibility property.- Parameters:
- value- the default value
- Returns:
- this builder
 
- 
withWebUrlSets the default value for the webUrl property.- Parameters:
- value- the default value
- Returns:
- this builder
 
- 
withAvatarUrlSets the default value for the avatarUrl property.- Parameters:
- value- the default value
- Returns:
- this builder
 
- 
withDefaultBranchProtectionSets the default value for the defaultBranchProtection property.- Parameters:
- value- the default value
- Returns:
- this builder
 
- 
withRequestAccessEnabledSets the default value for the requestAccessEnabled property.- Parameters:
- value- the default value
- Returns:
- this builder
 
- 
withMarkedForDeletionOnSets the default value for the markedForDeletionOn property.- Parameters:
- value- the default value
- Returns:
- this builder
 
- 
cloneReturns a clone of this builder.
- 
butReturns a clone of this builder.- Returns:
- the clone
 
- 
buildCreates a newGroupbased on this builder's settings.- Returns:
- the created Group
 
 
-