Class ScopeSpec
- java.lang.Object
-
- com.couchbase.client.java.manager.collection.ScopeSpec
-
public class ScopeSpec extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<CollectionSpec>collections()static ScopeSpeccreate(String name)static ScopeSpeccreate(String name, Set<CollectionSpec> collectionSpecs)booleanequals(Object o)inthashCode()Stringname()StringtoString()
-
-
-
Method Detail
-
create
public static ScopeSpec create(String name, Set<CollectionSpec> collectionSpecs)
-
name
public String name()
-
collections
public Set<CollectionSpec> collections()
-
-