Class RelationList


  • public final class RelationList
    extends Object
    List of relations.
    • Constructor Detail

      • RelationList

        public RelationList()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: URL to fetch the next set of relations.
        Returns:
        the nextLink value.
      • value

        public List<RelationInner> value()
        Get the value property: Array of relations.
        Returns:
        the value value.
      • withValue

        public RelationList withValue​(List<RelationInner> value)
        Set the value property: Array of relations.
        Parameters:
        value - the value value to set.
        Returns:
        the RelationList object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.