Class SwitchboardListResponse
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.SwitchboardListResponse
-
public class SwitchboardListResponse extends java.lang.ObjectSwitchboardListResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_SWITCHBOARDS
-
Constructor Summary
Constructors Constructor Description SwitchboardListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwitchboardListResponseaddSwitchboardsItem(Switchboard switchboardsItem)booleanequals(java.lang.Object o)java.util.List<Switchboard>getSwitchboards()List of returned switchboards.inthashCode()voidsetSwitchboards(java.util.List<Switchboard> switchboards)SwitchboardListResponseswitchboards(java.util.List<Switchboard> switchboards)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SWITCHBOARDS
public static final java.lang.String JSON_PROPERTY_SWITCHBOARDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
switchboards
public SwitchboardListResponse switchboards(java.util.List<Switchboard> switchboards)
-
addSwitchboardsItem
public SwitchboardListResponse addSwitchboardsItem(Switchboard switchboardsItem)
-
getSwitchboards
@Nullable public java.util.List<Switchboard> getSwitchboards()
List of returned switchboards.- Returns:
- switchboards
-
setSwitchboards
public void setSwitchboards(java.util.List<Switchboard> switchboards)
-
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
-
-