Class SchemaCollection


  • public final class SchemaCollection
    extends Object
    The response of the list schema operation.
    • Constructor Detail

      • SchemaCollection

        public SchemaCollection()
    • Method Detail

      • value

        public List<SchemaContractInner> value()
        Get the value property: API Schema Contract value.
        Returns:
        the value value.
      • count

        public Long count()
        Get the count property: Total record count number.
        Returns:
        the count value.
      • withCount

        public SchemaCollection withCount​(Long count)
        Set the count property: Total record count number.
        Parameters:
        count - the count value to set.
        Returns:
        the SchemaCollection object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: Next page link if any.
        Returns:
        the nextLink value.
      • validate

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