public class ScopeSpec extends Object
Modifier and Type | Method and Description |
---|---|
Set<CollectionSpec> |
collections() |
static ScopeSpec |
create(String name) |
static ScopeSpec |
create(String name,
Set<CollectionSpec> collectionSpecs) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
name() |
String |
toString() |
public static ScopeSpec create(String name, Set<CollectionSpec> collectionSpecs)
public String name()
public Set<CollectionSpec> collections()
Copyright © 2020 Couchbase, Inc.. All rights reserved.