Class UIMediaSourceMetaData
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.UIMediaSourceMetaData
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UIMediaSourceMetaData extends com.ibm.cloud.sdk.core.service.model.GenericModelLocation of your applications media source files.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIMediaSourceMetaData.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UIMediaSourceMetaData.BuildernewBuilder()New builder.java.lang.Stringtype()Gets the type.java.lang.Stringurl()Gets the url.
-
-
-
Method Detail
-
newBuilder
public UIMediaSourceMetaData.Builder newBuilder()
New builder.- Returns:
- a UIMediaSourceMetaData builder
-
type
public java.lang.String type()
Gets the type. Type of source, for example, git.- Returns:
- the type
-
url
public java.lang.String url()
Gets the url. URL to source.- Returns:
- the url
-
-