public class GroupBuilderImpl
extends java.lang.Object
implements org.jfrog.artifactory.client.model.builder.GroupBuilder
| Constructor and Description |
|---|
GroupBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.jfrog.artifactory.client.model.builder.GroupBuilder |
adminPrivileges(boolean adminPrivileges) |
org.jfrog.artifactory.client.model.builder.GroupBuilder |
autoJoin(boolean autoJoin) |
org.jfrog.artifactory.client.model.Group |
build() |
org.jfrog.artifactory.client.model.builder.GroupBuilder |
description(java.lang.String description) |
org.jfrog.artifactory.client.model.builder.GroupBuilder |
name(java.lang.String name) |
org.jfrog.artifactory.client.model.builder.GroupBuilder |
realm(java.lang.String realm) |
org.jfrog.artifactory.client.model.builder.GroupBuilder |
realmAttributes(java.lang.String realmAttributes) |
public org.jfrog.artifactory.client.model.builder.GroupBuilder name(java.lang.String name)
name in interface org.jfrog.artifactory.client.model.builder.GroupBuilderpublic org.jfrog.artifactory.client.model.builder.GroupBuilder autoJoin(boolean autoJoin)
autoJoin in interface org.jfrog.artifactory.client.model.builder.GroupBuilderpublic org.jfrog.artifactory.client.model.builder.GroupBuilder adminPrivileges(boolean adminPrivileges)
adminPrivileges in interface org.jfrog.artifactory.client.model.builder.GroupBuilderpublic org.jfrog.artifactory.client.model.builder.GroupBuilder description(java.lang.String description)
description in interface org.jfrog.artifactory.client.model.builder.GroupBuilderpublic org.jfrog.artifactory.client.model.builder.GroupBuilder realm(java.lang.String realm)
realm in interface org.jfrog.artifactory.client.model.builder.GroupBuilderpublic org.jfrog.artifactory.client.model.builder.GroupBuilder realmAttributes(java.lang.String realmAttributes)
realmAttributes in interface org.jfrog.artifactory.client.model.builder.GroupBuilderpublic org.jfrog.artifactory.client.model.Group build()
build in interface org.jfrog.artifactory.client.model.builder.GroupBuilder