Package com.slack.api.audit.response
Class LogsResponse.DetailsChangedValue
java.lang.Object
com.slack.api.audit.response.LogsResponse.DetailsChangedValue
- Enclosing class:
- LogsResponse
The data structure for new_value, previous_value is greatly flexible.
This class supports multiple patterns for those.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetNamedStringValues(Map<String, List<String>> namedStringValues) voidsetStringValue(String stringValue) voidsetStringValues(List<String> stringValues) toString()
-
Constructor Details
-
DetailsChangedValue
public DetailsChangedValue()
-
-
Method Details