public static class RelatedDocumentAttachment.Builder extends Object
Constructor and Description |
---|
Builder() |
public RelatedDocumentAttachment.Builder id(String id)
public RelatedDocumentAttachment.Builder compartmentId(String compartmentId)
public RelatedDocumentAttachment.Builder listingRevisionId(String listingRevisionId)
public RelatedDocumentAttachment.Builder displayName(String displayName)
public RelatedDocumentAttachment.Builder description(String description)
public RelatedDocumentAttachment.Builder lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)
public RelatedDocumentAttachment.Builder timeCreated(Date timeCreated)
public RelatedDocumentAttachment.Builder timeUpdated(Date timeUpdated)
public RelatedDocumentAttachment.Builder freeformTags(Map<String,String> freeformTags)
public RelatedDocumentAttachment.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public RelatedDocumentAttachment.Builder systemTags(Map<String,Map<String,Object>> systemTags)
public RelatedDocumentAttachment.Builder documentCategory(RelatedDocumentAttachment.DocumentCategory documentCategory)
Possible lifecycle states.
documentCategory
- the value to setpublic RelatedDocumentAttachment.Builder contentUrl(String contentUrl)
URL of the uploaded document.
contentUrl
- the value to setpublic RelatedDocumentAttachment.Builder mimeType(String mimeType)
The MIME type of the uploaded data.
mimeType
- the value to setpublic RelatedDocumentAttachment build()
public RelatedDocumentAttachment.Builder copy(RelatedDocumentAttachment model)
Copyright © 2016–2024. All rights reserved.