Class SwitchboardIntegrationResponse
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.SwitchboardIntegrationResponse
-
public class SwitchboardIntegrationResponse extends java.lang.ObjectSwitchboardIntegrationResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_SWITCHBOARD_INTEGRATION
-
Constructor Summary
Constructors Constructor Description SwitchboardIntegrationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)SwitchboardIntegrationgetSwitchboardIntegration()The switchboard integration.inthashCode()voidsetSwitchboardIntegration(SwitchboardIntegration switchboardIntegration)SwitchboardIntegrationResponseswitchboardIntegration(SwitchboardIntegration switchboardIntegration)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SWITCHBOARD_INTEGRATION
public static final java.lang.String JSON_PROPERTY_SWITCHBOARD_INTEGRATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
switchboardIntegration
public SwitchboardIntegrationResponse switchboardIntegration(SwitchboardIntegration switchboardIntegration)
-
getSwitchboardIntegration
@Nullable public SwitchboardIntegration getSwitchboardIntegration()
The switchboard integration.- Returns:
- switchboardIntegration
-
setSwitchboardIntegration
public void setSwitchboardIntegration(SwitchboardIntegration switchboardIntegration)
-
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
-
-