Class CallingSettings
java.lang.Object
software.amazon.awssdk.services.wickr.model.CallingSettings
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CallingSettings.Builder,CallingSettings>
@Generated("software.amazon.awssdk:codegen")
public final class CallingSettings
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<CallingSettings.Builder,CallingSettings>
Defines the calling feature permissions and settings for users in a security group, controlling what types of calls users can initiate and participate in.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CallingSettings.Builderbuilder()final BooleanSpecifies whether users can start one-to-one calls.final BooleanSpecifies whether users can make video calls (as opposed to audio-only calls).final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final BooleanWhen enabled, forces all calls to use TCP protocol instead of UDP for network traversal.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends CallingSettings.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
-
canStart11Call
Specifies whether users can start one-to-one calls.
- Returns:
- Specifies whether users can start one-to-one calls.
-
canVideoCall
Specifies whether users can make video calls (as opposed to audio-only calls). Valid only when audio call(canStart11Call) is enabled.
- Returns:
- Specifies whether users can make video calls (as opposed to audio-only calls). Valid only when audio call(canStart11Call) is enabled.
-
forceTcpCall
When enabled, forces all calls to use TCP protocol instead of UDP for network traversal.
- Returns:
- When enabled, forces all calls to use TCP protocol instead of UDP for network traversal.
-
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<CallingSettings.Builder,CallingSettings> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
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
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-