Class SearchPosition
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,SearchPosition>
com.sinch.sdk.domains.numbers.models.v1.request.SearchPosition
The pattern to apply to searches
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SearchPositionThe pattern entered is contained somewhere in the number, the location being undefinedstatic final SearchPositionThe number ends with the pattern enteredstatic final SearchPositionNumbers that begin with the pattern entered -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchPositionstatic Stringstatic Stream<SearchPosition> values()Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
START
Numbers that begin with the pattern entered -
END
The number ends with the pattern entered -
CONTAINS
The pattern entered is contained somewhere in the number, the location being undefined
-
-
Method Details
-
values
-
from
-
valueOf
-