예제 #1
0
 /**
  * The repository type.
  *
  * @param type The repository type.
  * @return Returns a reference to this object so that method calls can be chained together.
  * @see SourceType
  */
 public Source withType(SourceType type) {
   setType(type);
   return this;
 }
예제 #2
0
 /**
  * The repository type.
  *
  * @param type The repository type.
  * @return Returns a reference to this object so that method calls can be chained together.
  * @see SourceType
  */
 public Source withType(String type) {
   setType(type);
   return this;
 }