Class SlackClient.UserObjectResponse
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
es.kukenan.smartfi.microservice.communication.service.provider.impl.slack.SlackClient.GenericSlackResponse
es.kukenan.smartfi.microservice.communication.service.provider.impl.slack.SlackClient.UserObjectResponse
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
- Enclosing class:
SlackClient
User object slack response.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class es.kukenan.smartfi.microservice.communication.service.provider.impl.slack.SlackClient.GenericSlackResponse
isOkMethods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
UserObjectResponse
private UserObjectResponse()
-
-
Method Details
-
user
Extract the user object from the response.- Returns:
- user object.
-
userId
Extract user identifier from the response.- Returns:
- user identifier.
-