Class ListReceiptFiltersResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.inthashCode()voidsetFilters(Collection<ReceiptFilter> filters) A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.toString()Returns a string representation of this object; useful for testing and debugging.withFilters(ReceiptFilter... filters) A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.withFilters(Collection<ReceiptFilter> filters) A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.
-
Constructor Details
-
ListReceiptFiltersResult
public ListReceiptFiltersResult()
-
-
Method Details
-
getFilters
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.
- Returns:
- A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.
-
setFilters
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.
- Parameters:
filters- A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.
-
withFilters
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)orwithFilters(java.util.Collection)if you want to override the existing values.- Parameters:
filters- A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFilters
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.
- Parameters:
filters- A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-