Class AdminScreenShotAttachment.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.AdminScreenShotAttachment.Builder
-
- Enclosing class:
- AdminScreenShotAttachment
public static class AdminScreenShotAttachment.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public AdminScreenShotAttachment.Builder id(String id)
-
compartmentId
public AdminScreenShotAttachment.Builder compartmentId(String compartmentId)
-
listingRevisionId
public AdminScreenShotAttachment.Builder listingRevisionId(String listingRevisionId)
-
displayName
public AdminScreenShotAttachment.Builder displayName(String displayName)
-
description
public AdminScreenShotAttachment.Builder description(String description)
-
sourceType
public AdminScreenShotAttachment.Builder sourceType(ListingRevisionAttachment.SourceType sourceType)
-
lifecycleState
public AdminScreenShotAttachment.Builder lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)
-
timeCreated
public AdminScreenShotAttachment.Builder timeCreated(Date timeCreated)
-
timeUpdated
public AdminScreenShotAttachment.Builder timeUpdated(Date timeUpdated)
-
freeformTags
public AdminScreenShotAttachment.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public AdminScreenShotAttachment.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public AdminScreenShotAttachment.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
isOracleUsersOnly
public AdminScreenShotAttachment.Builder isOracleUsersOnly(Boolean isOracleUsersOnly)
Identifies whether the attachment is for Internal Oracle Users or external users as well.- Parameters:
isOracleUsersOnly- the value to set- Returns:
- this builder
-
contentUrl
public AdminScreenShotAttachment.Builder contentUrl(String contentUrl)
URL of the uploaded document.- Parameters:
contentUrl- the value to set- Returns:
- this builder
-
mimeType
public AdminScreenShotAttachment.Builder mimeType(String mimeType)
The MIME type of the uploaded data.- Parameters:
mimeType- the value to set- Returns:
- this builder
-
build
public AdminScreenShotAttachment build()
-
copy
public AdminScreenShotAttachment.Builder copy(AdminScreenShotAttachment model)
-
-