public static class PrivateApplicationSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public PrivateApplicationSummary.Builder lifecycleState(PrivateApplication.LifecycleState lifecycleState)
The lifecycle state of the private application.
lifecycleState
- the value to setpublic PrivateApplicationSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment where the private application resides.
compartmentId
- the value to setpublic PrivateApplicationSummary.Builder id(String id)
The OCID of the private application.
id
- the value to setpublic PrivateApplicationSummary.Builder displayName(String displayName)
The name of the private application.
displayName
- the value to setpublic PrivateApplicationSummary.Builder shortDescription(String shortDescription)
A short description of the private application.
shortDescription
- the value to setpublic PrivateApplicationSummary.Builder logo(UploadData logo)
public PrivateApplicationSummary.Builder packageType(PackageTypeEnum packageType)
Type of the packages, which are hosted by the private application.
packageType
- the value to setpublic PrivateApplicationSummary.Builder timeCreated(Date timeCreated)
The date and time the private application was created, expressed in RFC 3339 timestamp format.
Example: 2021-05-27T21:10:29.600Z
timeCreated
- the value to setpublic PrivateApplicationSummary build()
public PrivateApplicationSummary.Builder copy(PrivateApplicationSummary o)
Copyright © 2016–2022. All rights reserved.