Class AppListFilter


  • public class AppListFilter
    extends java.lang.Object
    AppListFilter
    • Field Detail

      • JSON_PROPERTY_SERVICE_ACCOUNT_ID

        public static final java.lang.String JSON_PROPERTY_SERVICE_ACCOUNT_ID
        See Also:
        Constant Field Values
    • Constructor Detail

      • AppListFilter

        public AppListFilter()
    • Method Detail

      • serviceAccountId

        public AppListFilter serviceAccountId​(java.lang.String serviceAccountId)
      • getServiceAccountId

        @Nullable
        public java.lang.String getServiceAccountId()
        When specified, lists only the apps that the service account has access to.
        Returns:
        serviceAccountId
      • setServiceAccountId

        public void setServiceAccountId​(java.lang.String serviceAccountId)
      • 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