Class ExternalId.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      Modifier and Type Method Description
      ExternalId build()
      Build a model object with the information set in the builder object.
      ExternalId.Builder setExternalIds​(java.util.Map<java.lang.String,​java.lang.String> externalIds)
      External IDs 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

      • setExternalIds

        public ExternalId.Builder setExternalIds​(java.util.Map<java.lang.String,​java.lang.String> externalIds)
        External IDs setter.
        Parameters:
        externalIds - A Map of external IDs, containing external identifiers for the object.
        Returns:
        A ExternalId.Builder.
      • build

        public ExternalId 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.