public static class EntityPropertyDTO.Builder extends Object
Constructor and Description |
---|
Builder() |
Builder(EntityPropertyDTO entityPropertyDTO) |
Modifier and Type | Method and Description |
---|---|
EntityPropertyDTO |
build() |
EntityPropertyDTO.Builder |
created(Timestamp created) |
EntityPropertyDTO.Builder |
entityId(Long entityId) |
EntityPropertyDTO.Builder |
entityName(String entityName) |
EntityPropertyDTO.Builder |
id(Long id) |
EntityPropertyDTO.Builder |
propertyKey(String propertyKey) |
EntityPropertyDTO.Builder |
updated(Timestamp updated) |
EntityPropertyDTO.Builder |
value(String value) |
public Builder()
public Builder(EntityPropertyDTO entityPropertyDTO)
public EntityPropertyDTO build()
public EntityPropertyDTO.Builder id(Long id)
public EntityPropertyDTO.Builder entityName(String entityName)
public EntityPropertyDTO.Builder entityId(Long entityId)
public EntityPropertyDTO.Builder propertyKey(String propertyKey)
public EntityPropertyDTO.Builder created(Timestamp created)
public EntityPropertyDTO.Builder updated(Timestamp updated)
public EntityPropertyDTO.Builder value(String value)
Copyright © 2002-2022 Atlassian. All Rights Reserved.