Interface CommunityCollectionFilter

All Superinterfaces:
HasToRequest<CommunityCollectionFilterRequest>, Serializable

public interface CommunityCollectionFilter extends HasToRequest<CommunityCollectionFilterRequest>, Serializable
Represents a collection filter for community IDs. One of: none, any, or isEmpty must be specified. minProperties = 1, maxProperties = 1.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the ANY filter - matches if any of the communities match this filter.
    Returns the NONE filter - matches if none of the communities match this filter.

    Methods inherited from interface HasToRequest

    toRequest
  • Method Details

    • getNone

      ResourceFilter getNone()
      Returns the NONE filter - matches if none of the communities match this filter.
      Returns:
      the NONE filter, or null if not specified
    • getAny

      ResourceFilter getAny()
      Returns the ANY filter - matches if any of the communities match this filter.
      Returns:
      the ANY filter, or null if not specified