public static class OSPropertyEntryDTO.Builder extends Object
Constructor and Description |
---|
Builder() |
Builder(OSPropertyEntryDTO oSPropertyEntryDTO) |
Modifier and Type | Method and Description |
---|---|
OSPropertyEntryDTO |
build() |
OSPropertyEntryDTO.Builder |
entityId(Long entityId) |
OSPropertyEntryDTO.Builder |
entityName(String entityName) |
OSPropertyEntryDTO.Builder |
id(Long id) |
OSPropertyEntryDTO.Builder |
propertyKey(String propertyKey) |
OSPropertyEntryDTO.Builder |
type(Integer type) |
public Builder()
public Builder(OSPropertyEntryDTO oSPropertyEntryDTO)
public OSPropertyEntryDTO build()
public OSPropertyEntryDTO.Builder id(Long id)
public OSPropertyEntryDTO.Builder entityName(String entityName)
public OSPropertyEntryDTO.Builder entityId(Long entityId)
public OSPropertyEntryDTO.Builder propertyKey(String propertyKey)
public OSPropertyEntryDTO.Builder type(Integer type)
Copyright © 2002-2022 Atlassian. All Rights Reserved.