public static class GroupAttributeDTO.Builder extends Object
Constructor and Description |
---|
Builder() |
Builder(GroupAttributeDTO groupAttributeDTO) |
Modifier and Type | Method and Description |
---|---|
GroupAttributeDTO |
build() |
GroupAttributeDTO.Builder |
directoryId(Long directoryId) |
GroupAttributeDTO.Builder |
groupId(Long groupId) |
GroupAttributeDTO.Builder |
id(Long id) |
GroupAttributeDTO.Builder |
lowerValue(String lowerValue) |
GroupAttributeDTO.Builder |
name(String name) |
GroupAttributeDTO.Builder |
value(String value) |
public Builder()
public Builder(GroupAttributeDTO groupAttributeDTO)
public GroupAttributeDTO build()
public GroupAttributeDTO.Builder id(Long id)
public GroupAttributeDTO.Builder groupId(Long groupId)
public GroupAttributeDTO.Builder directoryId(Long directoryId)
public GroupAttributeDTO.Builder name(String name)
public GroupAttributeDTO.Builder value(String value)
public GroupAttributeDTO.Builder lowerValue(String lowerValue)
Copyright © 2002-2019 Atlassian. All Rights Reserved.