Class AggregateMetadataInfoContent.AggregateMetadataInfoContentBuilder
- java.lang.Object
-
- com.totvs.tjf.repository.aggregate.metadata.AggregateMetadataInfoContent.AggregateMetadataInfoContentBuilder
-
- Enclosing class:
- AggregateMetadataInfoContent
public static class AggregateMetadataInfoContent.AggregateMetadataInfoContentBuilder extends Object
AggregateMetadataInfobuilder.- Author:
- Rubens dos Santos Filho
-
-
Constructor Summary
Constructors Constructor Description AggregateMetadataInfoContentBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregateMetadataInfoContentbuild()AggregateMetadataInfoContent.AggregateMetadataInfoContentBuildercreationDate(ZonedDateTime creationDate)AggregateMetadataInfoContent.AggregateMetadataInfoContentBuildercreationUser(String creationUser)AggregateMetadataInfoContent.AggregateMetadataInfoContentBuilderlastUpdateDate(ZonedDateTime lastUpdateDate)AggregateMetadataInfoContent.AggregateMetadataInfoContentBuilderlastUpdateUser(String lastUpdateUser)
-
-
-
Method Detail
-
creationUser
public AggregateMetadataInfoContent.AggregateMetadataInfoContentBuilder creationUser(String creationUser)
-
creationDate
public AggregateMetadataInfoContent.AggregateMetadataInfoContentBuilder creationDate(ZonedDateTime creationDate)
-
lastUpdateUser
public AggregateMetadataInfoContent.AggregateMetadataInfoContentBuilder lastUpdateUser(String lastUpdateUser)
-
lastUpdateDate
public AggregateMetadataInfoContent.AggregateMetadataInfoContentBuilder lastUpdateDate(ZonedDateTime lastUpdateDate)
-
build
public AggregateMetadataInfoContent build()
-
-