Class UIMediaSourceMetaData

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class UIMediaSourceMetaData
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Location of your applications media source files.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UIMediaSourceMetaData.Builder newBuilder()
      New builder.
      java.lang.String type()
      Gets the type.
      java.lang.String url()
      Gets the url.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • 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