Uses of Class
software.amazon.awssdk.services.connectcases.model.FieldNamespace
-
Packages that use FieldNamespace Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of FieldNamespace in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return FieldNamespace Modifier and Type Method Description static FieldNamespaceFieldNamespace. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FieldNamespaceFieldSummary. namespace()The namespace of a field.FieldNamespaceGetFieldResponse. namespace()Namespace of the field.static FieldNamespaceFieldNamespace. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldNamespace[]FieldNamespace. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type FieldNamespace Modifier and Type Method Description static Set<FieldNamespace>FieldNamespace. knownValues()Methods in software.amazon.awssdk.services.connectcases.model with parameters of type FieldNamespace Modifier and Type Method Description FieldSummary.BuilderFieldSummary.Builder. namespace(FieldNamespace namespace)The namespace of a field.GetFieldResponse.BuilderGetFieldResponse.Builder. namespace(FieldNamespace namespace)Namespace of the field.
-