Class ExternalUrl.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      Modifier and Type Method Description
      ExternalUrl build()
      Build a model object with the information set in the builder object.
      ExternalUrl.Builder setExternalUrls​(java.util.Map<java.lang.String,​java.lang.String> externalUrls)
      The external URLs setter.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setExternalUrls

        public ExternalUrl.Builder setExternalUrls​(java.util.Map<java.lang.String,​java.lang.String> externalUrls)
        The external URLs setter.
        Parameters:
        externalUrls - A Map of external public URLs to its objects.
        Returns:
        A ExternalUrl.Builder.
      • build

        public ExternalUrl build()
        Description copied from interface: IModelObject.Builder
        Build a model object with the information set in the builder object.
        The type of the model object and its methods depend on its corresponding implementation.
        Returns:
        A model object.