public class GroupDTOBuilder extends Object
Constructor and Description |
---|
GroupDTOBuilder() |
Modifier and Type | Method and Description |
---|---|
GroupDTO |
build() |
GroupDTOBuilder |
withDescription(String description) |
GroupDTOBuilder |
withEnabled(Boolean enabled) |
GroupDTOBuilder |
withId(Integer id) |
GroupDTOBuilder |
withName(String name) |
GroupDTOBuilder |
withPosition(Integer position) |
GroupDTOBuilder |
withReadOnly(Boolean readOnly) |
GroupDTOBuilder |
withRuleCount(Integer ruleCount) |
public GroupDTOBuilder withId(Integer id)
public GroupDTOBuilder withPosition(Integer position)
public GroupDTOBuilder withName(String name)
public GroupDTOBuilder withDescription(String description)
public GroupDTOBuilder withEnabled(Boolean enabled)
public GroupDTOBuilder withReadOnly(Boolean readOnly)
public GroupDTOBuilder withRuleCount(Integer ruleCount)
public GroupDTO build()
Copyright © 2021. All rights reserved.