Class UserPhoneConfig
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UserPhoneConfig.Builder,UserPhoneConfig>
Contains information about the phone configuration settings for a user.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal IntegerThe After Call Work (ACW) timeout setting, in seconds.final BooleanThe Auto accept setting.static UserPhoneConfig.Builderbuilder()final StringThe phone number for the user's desk phone.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final PhoneTypeThe phone type.final StringThe phone type.static Class<? extends UserPhoneConfig.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
phoneType
The phone type.
If the service returns an enum value that is not available in the current SDK version,
phoneTypewill returnPhoneType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromphoneTypeAsString().- Returns:
- The phone type.
- See Also:
-
phoneTypeAsString
The phone type.
If the service returns an enum value that is not available in the current SDK version,
phoneTypewill returnPhoneType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromphoneTypeAsString().- Returns:
- The phone type.
- See Also:
-
autoAccept
The Auto accept setting.
- Returns:
- The Auto accept setting.
-
afterContactWorkTimeLimit
The After Call Work (ACW) timeout setting, in seconds.
When returned by a
SearchUserscall,AfterContactWorkTimeLimitis returned in milliseconds.- Returns:
- The After Call Work (ACW) timeout setting, in seconds.
When returned by a
SearchUserscall,AfterContactWorkTimeLimitis returned in milliseconds.
-
deskPhoneNumber
The phone number for the user's desk phone.
- Returns:
- The phone number for the user's desk phone.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<UserPhoneConfig.Builder,UserPhoneConfig> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-