Package com.slack.api.audit.response
Class LogsResponse.DetailsChangedValue
- java.lang.Object
-
- com.slack.api.audit.response.LogsResponse.DetailsChangedValue
-
- Enclosing class:
- LogsResponse
public static class LogsResponse.DetailsChangedValue extends Object
The data structure for new_value, previous_value is greatly flexible. This class supports multiple patterns for those.
-
-
Constructor Summary
Constructors Constructor Description DetailsChangedValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Map<String,List<String>>getNamedStringValues()List<String>getStringValues()inthashCode()voidsetNamedStringValues(Map<String,List<String>> namedStringValues)voidsetStringValues(List<String> stringValues)StringtoString()
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
-