Class CollectionFactory
- java.lang.Object
-
- org.arvados.client.logic.collection.CollectionFactory
-
public class CollectionFactory extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCollectionFactory.CollectionFactoryBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CollectionFactory.CollectionFactoryBuilderbuilder()Collectioncreate()java.lang.StringgetDesiredProjectUuid(java.lang.String projectUuid)
-
-
-
Method Detail
-
builder
public static CollectionFactory.CollectionFactoryBuilder builder()
-
create
public Collection create()
-
getDesiredProjectUuid
public java.lang.String getDesiredProjectUuid(java.lang.String projectUuid)
-
-