| Package | Description |
|---|---|
| com.hubspot.slack.client.models.users | |
| com.hubspot.slack.client.models.users.json |
| Modifier and Type | Method and Description |
|---|---|
ProfileField |
ProfileField.Builder.build()
Builds a new
ProfileField. |
static ProfileField |
ProfileField.copyOf(ProfileFieldIF instance)
Creates an immutable copy of a
ProfileFieldIF value. |
ProfileField |
ProfileField.withAlt(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
alt attribute. |
ProfileField |
ProfileField.withAlt(String value)
Copy the current immutable object by setting a present value for the optional
alt attribute. |
ProfileField |
ProfileField.withValue(String value)
Copy the current immutable object by setting a value for the
value attribute. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Map<String,ProfileField>> |
UserProfile.getFields() |
Optional<Map<String,ProfileField>> |
UserProfileIF.getFields() |
| Modifier and Type | Method and Description |
|---|---|
UserProfile.Builder |
UserProfile.Builder.setFields(Map<String,ProfileField> fields)
Initializes the optional value
fields to fields. |
UserProfile.Builder |
UserProfile.Builder.setFields(Optional<Map<String,ProfileField>> fields)
Initializes the optional value
fields to fields. |
UserProfile |
UserProfile.withFields(Map<String,ProfileField> value)
Copy the current immutable object by setting a present value for the optional
fields attribute. |
UserProfile |
UserProfile.withFields(Optional<Map<String,ProfileField>> optional)
Copy the current immutable object by setting an optional value for the
fields attribute. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Map<String,ProfileField>> |
UserProfileFieldsDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
Copyright © 2020. All rights reserved.