Class IamListPoliciesQueryParamFilter


  • public class IamListPoliciesQueryParamFilter
    extends java.lang.Object
    IamListPoliciesQueryParamFilter - Filter parameters that allow greater customisation of the list response
    • Constructor Detail

      • IamListPoliciesQueryParamFilter

        public IamListPoliciesQueryParamFilter​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter)
      • IamListPoliciesQueryParamFilter

        public IamListPoliciesQueryParamFilter()
    • Method Detail

      • updatedAfter

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter()
        Use a string with a date to only select results updated after that given date
      • withUpdatedAfter

        public IamListPoliciesQueryParamFilter withUpdatedAfter​(java.lang.String updatedAfter)
        Use a string with a date to only select results updated after that given date
      • withUpdatedAfter

        public IamListPoliciesQueryParamFilter withUpdatedAfter​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter)
        Use a string with a date to only select results updated after that given date
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object