Class AlertCollectionRequest

  • All Implemented Interfaces:
    Iterable<Alert>

    public class AlertCollectionRequest
    extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<Alert,​AlertRequest>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.github.davidmoten.odata.client.ContextPath contextPath  
    • Field Detail

      • contextPath

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

      • AlertCollectionRequest

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

      • updateAlerts

        public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Alert> updateAlerts​(List<Alert> value)