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
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Map<String,List<String>>getNamedStringValues()StringgetStringValue()List<String>getStringValues()inthashCode()voidsetNamedStringValues(Map<String,List<String>> namedStringValues)voidsetStringValue(String stringValue)voidsetStringValues(List<String> stringValues)StringtoString()
-
Constructor Details
-
DetailsChangedValue
public DetailsChangedValue()
-
-
Method Details