Class SwitchboardIntegrationListResponse
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.SwitchboardIntegrationListResponse
-
public class SwitchboardIntegrationListResponse extends java.lang.ObjectSwitchboardIntegrationListResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_SWITCHBOARD_INTEGRATIONS
-
Constructor Summary
Constructors Constructor Description SwitchboardIntegrationListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwitchboardIntegrationListResponseaddSwitchboardIntegrationsItem(SwitchboardIntegration switchboardIntegrationsItem)booleanequals(java.lang.Object o)java.util.List<SwitchboardIntegration>getSwitchboardIntegrations()List of returned switchboard integrations.inthashCode()voidsetSwitchboardIntegrations(java.util.List<SwitchboardIntegration> switchboardIntegrations)SwitchboardIntegrationListResponseswitchboardIntegrations(java.util.List<SwitchboardIntegration> switchboardIntegrations)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SWITCHBOARD_INTEGRATIONS
public static final java.lang.String JSON_PROPERTY_SWITCHBOARD_INTEGRATIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
switchboardIntegrations
public SwitchboardIntegrationListResponse switchboardIntegrations(java.util.List<SwitchboardIntegration> switchboardIntegrations)
-
addSwitchboardIntegrationsItem
public SwitchboardIntegrationListResponse addSwitchboardIntegrationsItem(SwitchboardIntegration switchboardIntegrationsItem)
-
getSwitchboardIntegrations
@Nullable public java.util.List<SwitchboardIntegration> getSwitchboardIntegrations()
List of returned switchboard integrations.- Returns:
- switchboardIntegrations
-
setSwitchboardIntegrations
public void setSwitchboardIntegrations(java.util.List<SwitchboardIntegration> switchboardIntegrations)
-
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
-
-