Class TypeAuditRecordCommand.Builder
java.lang.Object
de.hybris.platform.persistence.audit.gateway.TypeAuditRecordCommand.Builder
- Enclosing class:
- TypeAuditRecordCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withAuditType(AuditType auditType) withChangingUser(String changingUser) withContext(Map<String, Object> context) withCurrentTimestamp(Date currentTimestamp) withPayloadAfter(Map<String, Object> payloadAfter) withPayloadBefore(Map<String, Object> payloadBefore) withTimestamp(Date timestamp) withTypePk(PK typePk)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withPk
-
withType
-
withTypePk
-
withChangingUser
-
withAuditType
-
withTimestamp
-
withCurrentTimestamp
-
withPayloadBefore
-
withPayloadAfter
-
withContext
-
build
-