Class TiIndicatorCollectionRequest

    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
    • Constructor Detail

      • TiIndicatorCollectionRequest

        public TiIndicatorCollectionRequest​(com.github.davidmoten.odata.client.ContextPath contextPath,
                                            Optional<Object> value)
    • Method Detail

      • deleteTiIndicators

        public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ResultInfo> deleteTiIndicators​(List<String> value)
      • deleteTiIndicatorsByExternalId

        public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ResultInfo> deleteTiIndicatorsByExternalId​(List<String> value)
      • submitTiIndicators

        public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TiIndicator> submitTiIndicators​(List<TiIndicator> value)
      • updateTiIndicators

        public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TiIndicator> updateTiIndicators​(List<TiIndicator> value)