/** * 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; }
/** * 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; }