Class GetDatafeedRequest

    • Constructor Detail

      • GetDatafeedRequest

        public GetDatafeedRequest​(java.lang.String... datafeedIds)
        Get the specified DatafeedConfig configurations via their unique datafeedIds
        Parameters:
        datafeedIds - must not contain any null values
    • Method Detail

      • getAllDatafeedsRequest

        public static GetDatafeedRequest getAllDatafeedsRequest()
        Helper method to create a query that will get ALL datafeeds
        Returns:
        new GetDatafeedRequest object searching for the datafeedId "_all"
      • getDatafeedIds

        public java.util.List<java.lang.String> getDatafeedIds()
        All the datafeedIds for which to get configuration information
      • setAllowNoDatafeeds

        public void setAllowNoDatafeeds​(boolean allowNoDatafeeds)
        Whether to ignore if a wildcard expression matches no datafeeds.
        Parameters:
        allowNoDatafeeds - If this is false, then an error is returned when a wildcard (or _all) does not match any datafeeds
      • getAllowNoDatafeeds

        public java.lang.Boolean getAllowNoDatafeeds()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object