Class GetUsagePlanKeysRequest

    • Method Detail

      • usagePlanId

        public final String usagePlanId()

        The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.

        Returns:
        The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
      • position

        public final String position()

        The current pagination position in the paged result set.

        Returns:
        The current pagination position in the paged result set.
      • limit

        public final Integer limit()

        The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

        Returns:
        The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
      • nameQuery

        public final String nameQuery()

        A query parameter specifying the name of the to-be-returned usage plan keys.

        Returns:
        A query parameter specifying the name of the to-be-returned usage plan keys.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object