public abstract class ItemsParameterBuilder<T extends CreateParameters> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ItemsParameterBuilder(T parameters) |
| Modifier and Type | Method and Description |
|---|---|
ItemsParameterBuilder<T> |
author(String author) |
T |
build() |
ItemsParameterBuilder<T> |
on(String parentId) |
ItemsParameterBuilder<T> |
with(javax.jcr.Session session) |
protected ItemsParameterBuilder(T parameters)
public ItemsParameterBuilder<T> on(String parentId)
public ItemsParameterBuilder<T> author(String author)
public ItemsParameterBuilder<T> with(javax.jcr.Session session)
public T build() throws org.gcube.common.storagehub.model.exceptions.InvalidCallParameters
org.gcube.common.storagehub.model.exceptions.InvalidCallParametersCopyright © 2021. All Rights Reserved.