Class IpRestrictionList

java.lang.Object
com.ngrok.definitions.IpRestrictionList
All Implemented Interfaces:
Pageable

public class IpRestrictionList extends Object implements Pageable
A class encapsulating the IpRestrictionList resource.
  • Constructor Details

    • IpRestrictionList

      public IpRestrictionList(List<IpRestriction> ipRestrictions, URI uri, Optional<URI> nextPageUri)
      Creates a new instance of IpRestrictionList.
      Parameters:
      ipRestrictions - the list of all IP restrictions on this account
      uri - URI of the IP restrictions list API resource
      nextPageUri - URI of the next page, or null if there is no next page
  • Method Details

    • getIpRestrictions

      public List<IpRestriction> getIpRestrictions()
      the list of all IP restrictions on this account
      Returns:
      the value of the property as a List of IpRestriction
    • getUri

      public URI getUri()
      URI of the IP restrictions list API resource
      Returns:
      the value of the property as a URI
    • getNextPageUri

      public Optional<URI> getNextPageUri()
      URI of the next page, or null if there is no next page
      Specified by:
      getNextPageUri in interface Pageable
      Returns:
      the value of the property as a URI wrapped in an Optional
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object