Package com.slack.api.model
Class User.Profile.Field
- java.lang.Object
-
- com.slack.api.model.User.Profile.Field
-
- Enclosing class:
- User.Profile
public static class User.Profile.Field extends Object
-
-
Constructor Summary
Constructors Constructor Description Field()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAlt()StringgetLabel()StringgetValue()inthashCode()voidsetAlt(String alt)voidsetLabel(String label)voidsetValue(String value)StringtoString()
-