Class AccountingAttachment.Builder
- java.lang.Object
-
- com.merge.api.resources.accounting.types.AccountingAttachment.Builder
-
- Enclosing class:
- AccountingAttachment
public static final class AccountingAttachment.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingAttachmentbuild()AccountingAttachment.Buildercompany(java.lang.String company)AccountingAttachment.Buildercompany(java.util.Optional<java.lang.String> company)AccountingAttachment.BuildercreatedAt(java.time.OffsetDateTime createdAt)AccountingAttachment.BuildercreatedAt(java.util.Optional<java.time.OffsetDateTime> createdAt)AccountingAttachment.BuilderfieldMappings(java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode> fieldMappings)AccountingAttachment.BuilderfieldMappings(java.util.Optional<java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> fieldMappings)AccountingAttachment.BuilderfileName(java.lang.String fileName)AccountingAttachment.BuilderfileName(java.util.Optional<java.lang.String> fileName)AccountingAttachment.BuilderfileUrl(java.lang.String fileUrl)AccountingAttachment.BuilderfileUrl(java.util.Optional<java.lang.String> fileUrl)AccountingAttachment.Builderfrom(AccountingAttachment other)AccountingAttachment.Builderid(java.lang.String id)AccountingAttachment.Builderid(java.util.Optional<java.lang.String> id)AccountingAttachment.BuildermodifiedAt(java.time.OffsetDateTime modifiedAt)AccountingAttachment.BuildermodifiedAt(java.util.Optional<java.time.OffsetDateTime> modifiedAt)AccountingAttachment.BuilderremoteData(java.util.List<RemoteData> remoteData)AccountingAttachment.BuilderremoteData(java.util.Optional<java.util.List<RemoteData>> remoteData)AccountingAttachment.BuilderremoteId(java.lang.String remoteId)AccountingAttachment.BuilderremoteId(java.util.Optional<java.lang.String> remoteId)AccountingAttachment.BuilderremoteWasDeleted(java.lang.Boolean remoteWasDeleted)AccountingAttachment.BuilderremoteWasDeleted(java.util.Optional<java.lang.Boolean> remoteWasDeleted)
-
-
-
Method Detail
-
from
public AccountingAttachment.Builder from(AccountingAttachment other)
-
id
public AccountingAttachment.Builder id(java.util.Optional<java.lang.String> id)
-
id
public AccountingAttachment.Builder id(java.lang.String id)
-
remoteId
public AccountingAttachment.Builder remoteId(java.util.Optional<java.lang.String> remoteId)
-
remoteId
public AccountingAttachment.Builder remoteId(java.lang.String remoteId)
-
createdAt
public AccountingAttachment.Builder createdAt(java.util.Optional<java.time.OffsetDateTime> createdAt)
-
createdAt
public AccountingAttachment.Builder createdAt(java.time.OffsetDateTime createdAt)
-
modifiedAt
public AccountingAttachment.Builder modifiedAt(java.util.Optional<java.time.OffsetDateTime> modifiedAt)
-
modifiedAt
public AccountingAttachment.Builder modifiedAt(java.time.OffsetDateTime modifiedAt)
-
fileName
public AccountingAttachment.Builder fileName(java.util.Optional<java.lang.String> fileName)
-
fileName
public AccountingAttachment.Builder fileName(java.lang.String fileName)
-
fileUrl
public AccountingAttachment.Builder fileUrl(java.util.Optional<java.lang.String> fileUrl)
-
fileUrl
public AccountingAttachment.Builder fileUrl(java.lang.String fileUrl)
-
company
public AccountingAttachment.Builder company(java.util.Optional<java.lang.String> company)
-
company
public AccountingAttachment.Builder company(java.lang.String company)
-
remoteWasDeleted
public AccountingAttachment.Builder remoteWasDeleted(java.util.Optional<java.lang.Boolean> remoteWasDeleted)
-
remoteWasDeleted
public AccountingAttachment.Builder remoteWasDeleted(java.lang.Boolean remoteWasDeleted)
-
fieldMappings
public AccountingAttachment.Builder fieldMappings(java.util.Optional<java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> fieldMappings)
-
fieldMappings
public AccountingAttachment.Builder fieldMappings(java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode> fieldMappings)
-
remoteData
public AccountingAttachment.Builder remoteData(java.util.Optional<java.util.List<RemoteData>> remoteData)
-
remoteData
public AccountingAttachment.Builder remoteData(java.util.List<RemoteData> remoteData)
-
build
public AccountingAttachment build()
-
-