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 class
CollectionFactory.CollectionFactoryBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CollectionFactory.CollectionFactoryBuilder
builder()
Collection
create()
java.lang.String
getDesiredProjectUuid(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)
-
-