public abstract static class AbstractWorkspace.ComplexBuilder<B extends AbstractWorkspace.ComplexBuilder<B,T>,T> extends Object implements AbstractWorkspace.Builder<T>
Modifier and Type | Field and Description |
---|---|
protected AbstractWorkspace.WorkspaceType |
type |
Constructor and Description |
---|
ComplexBuilder() |
Modifier and Type | Method and Description |
---|---|
protected B |
getThis() |
B |
withId(String id) |
B |
withName(String name) |
B |
withSchema(String schema) |
B |
withType(AbstractWorkspace.WorkspaceType type) |
B |
withUri(String uri) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
build
protected AbstractWorkspace.WorkspaceType type
Copyright © 2016–2019. All rights reserved.