Class PolicyStatesQueryResults


  • public final class PolicyStatesQueryResults
    extends Object
    Query results.
    • Constructor Detail

      • PolicyStatesQueryResults

        public PolicyStatesQueryResults()
    • Method Detail

      • odataContext

        public String odataContext()
        Get the odataContext property: OData context string; used by OData clients to resolve type information based on metadata.
        Returns:
        the odataContext value.
      • withOdataContext

        public PolicyStatesQueryResults withOdataContext​(String odataContext)
        Set the odataContext property: OData context string; used by OData clients to resolve type information based on metadata.
        Parameters:
        odataContext - the odataContext value to set.
        Returns:
        the PolicyStatesQueryResults object itself.
      • odataCount

        public Integer odataCount()
        Get the odataCount property: OData entity count; represents the number of policy state records returned.
        Returns:
        the odataCount value.
      • withOdataCount

        public PolicyStatesQueryResults withOdataCount​(Integer odataCount)
        Set the odataCount property: OData entity count; represents the number of policy state records returned.
        Parameters:
        odataCount - the odataCount value to set.
        Returns:
        the PolicyStatesQueryResults object itself.
      • odataNextLink

        public String odataNextLink()
        Get the odataNextLink property: Odata next link; URL to get the next set of results.
        Returns:
        the odataNextLink value.
      • withOdataNextLink

        public PolicyStatesQueryResults withOdataNextLink​(String odataNextLink)
        Set the odataNextLink property: Odata next link; URL to get the next set of results.
        Parameters:
        odataNextLink - the odataNextLink value to set.
        Returns:
        the PolicyStatesQueryResults object itself.
      • value

        public List<PolicyStateInner> value()
        Get the value property: Query results.
        Returns:
        the value value.
      • withValue

        public PolicyStatesQueryResults withValue​(List<PolicyStateInner> value)
        Set the value property: Query results.
        Parameters:
        value - the value value to set.
        Returns:
        the PolicyStatesQueryResults object itself.
      • validate

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