Class AppListFilter
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.AppListFilter
-
public class AppListFilter extends java.lang.ObjectAppListFilter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_SERVICE_ACCOUNT_ID
-
Constructor Summary
Constructors Constructor Description AppListFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetServiceAccountId()When specified, lists only the apps that the service account has access to.inthashCode()AppListFilterserviceAccountId(java.lang.String serviceAccountId)voidsetServiceAccountId(java.lang.String serviceAccountId)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SERVICE_ACCOUNT_ID
public static final java.lang.String JSON_PROPERTY_SERVICE_ACCOUNT_ID
- See Also:
- Constant Field Values
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-