Class UserPhoneConfig
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.UserPhoneConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UserPhoneConfig.Builder,UserPhoneConfig>
@Generated("software.amazon.awssdk:codegen") public final class UserPhoneConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserPhoneConfig.Builder,UserPhoneConfig>
Contains information about the phone configuration settings for a user.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUserPhoneConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerafterContactWorkTimeLimit()The After Call Work (ACW) timeout setting, in seconds.BooleanautoAccept()The Auto accept setting.static UserPhoneConfig.Builderbuilder()StringdeskPhoneNumber()The phone number for the user's desk phone.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PhoneTypephoneType()The phone type.StringphoneTypeAsString()The phone type.List<SdkField<?>>sdkFields()static Class<? extends UserPhoneConfig.Builder>serializableBuilderClass()UserPhoneConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
phoneType
public final PhoneType 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:
PhoneType
-
phoneTypeAsString
public final String 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:
PhoneType
-
autoAccept
public final Boolean autoAccept()
The Auto accept setting.
- Returns:
- The Auto accept setting.
-
afterContactWorkTimeLimit
public final Integer 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
public final String deskPhoneNumber()
The phone number for the user's desk phone.
- Returns:
- The phone number for the user's desk phone.
-
toBuilder
public UserPhoneConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UserPhoneConfig.Builder,UserPhoneConfig>
-
builder
public static UserPhoneConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends UserPhoneConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-