Class UIMetaData
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.UIMetaData
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UIMetaData extends com.ibm.cloud.sdk.core.service.model.GenericModelInformation related to the UI presentation associated with a catalog entry.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIMetaData.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleanaccessibleDuringProvision()Gets the accessibleDuringProvision.java.lang.StringembeddableDashboard()Gets the embeddableDashboard.java.lang.BooleanembeddableDashboardFullWidth()Gets the embeddableDashboardFullWidth.java.util.DateendOfServiceTime()Gets the endOfServiceTime.java.lang.Booleanhidden()Gets the hidden.java.lang.BooleanhideLiteMetering()Gets the hideLiteMetering.java.util.List<java.lang.String>navigationOrder()Gets the navigationOrder.UIMetaData.BuildernewBuilder()New builder.java.lang.BooleannotCreatable()Gets the notCreatable.java.lang.BooleannoUpgradeNextStep()Gets the noUpgradeNextStep.java.lang.StringprimaryOfferingId()Gets the primaryOfferingId.java.lang.LongsideBySideIndex()Gets the sideBySideIndex.java.util.Map<java.lang.String,Strings>strings()Gets the strings.URLSurls()Gets the urls.
-
-
-
Method Detail
-
newBuilder
public UIMetaData.Builder newBuilder()
New builder.- Returns:
- a UIMetaData builder
-
strings
public java.util.Map<java.lang.String,Strings> strings()
Gets the strings. Language specific translation of translation properties, like label and description.- Returns:
- the strings
-
urls
public URLS urls()
Gets the urls. UI based URLs.- Returns:
- the urls
-
embeddableDashboard
public java.lang.String embeddableDashboard()
Gets the embeddableDashboard. Describes how the embeddable dashboard is rendered.- Returns:
- the embeddableDashboard
-
embeddableDashboardFullWidth
public java.lang.Boolean embeddableDashboardFullWidth()
Gets the embeddableDashboardFullWidth. Describes whether the embeddable dashboard is rendered at the full width.- Returns:
- the embeddableDashboardFullWidth
-
navigationOrder
public java.util.List<java.lang.String> navigationOrder()
Gets the navigationOrder. Defines the order of information presented.- Returns:
- the navigationOrder
-
notCreatable
public java.lang.Boolean notCreatable()
Gets the notCreatable. Describes whether this entry is able to be created from the UI element or CLI.- Returns:
- the notCreatable
-
primaryOfferingId
public java.lang.String primaryOfferingId()
Gets the primaryOfferingId. ID of the primary offering for a group.- Returns:
- the primaryOfferingId
-
accessibleDuringProvision
public java.lang.Boolean accessibleDuringProvision()
Gets the accessibleDuringProvision. Alert to ACE to allow instance UI to be accessible while the provisioning state of instance is in progress.- Returns:
- the accessibleDuringProvision
-
sideBySideIndex
public java.lang.Long sideBySideIndex()
Gets the sideBySideIndex. Specifies a side by side ordering weight to the UI.- Returns:
- the sideBySideIndex
-
endOfServiceTime
public java.util.Date endOfServiceTime()
Gets the endOfServiceTime. Date and time the service will no longer be available.- Returns:
- the endOfServiceTime
-
hidden
public java.lang.Boolean hidden()
Gets the hidden. Denotes visibility. Can be set on a service/plan/deployment only by an account with bluemix admin privileges.- Returns:
- the hidden
-
hideLiteMetering
public java.lang.Boolean hideLiteMetering()
Gets the hideLiteMetering. Denotes lite metering visibility.- Returns:
- the hideLiteMetering
-
noUpgradeNextStep
public java.lang.Boolean noUpgradeNextStep()
Gets the noUpgradeNextStep. Denotes whether an upgrade should occur.- Returns:
- the noUpgradeNextStep
-
-