public class TiIndicatorCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<TiIndicator,TiIndicatorRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
TiIndicatorCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ResultInfo> |
deleteTiIndicators(List<String> value) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ResultInfo> |
deleteTiIndicatorsByExternalId(List<String> value) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TiIndicator> |
submitTiIndicators(List<TiIndicator> value) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TiIndicator> |
updateTiIndicators(List<TiIndicator> value) |
public TiIndicatorCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TiIndicator> submitTiIndicators(List<TiIndicator> value)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TiIndicator> updateTiIndicators(List<TiIndicator> value)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ResultInfo> deleteTiIndicators(List<String> value)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ResultInfo> deleteTiIndicatorsByExternalId(List<String> value)
Copyright © 2018–2020. All rights reserved.