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
Modifier and TypeFieldDescriptionstatic final SearchPosition
The pattern entered is contained somewhere in the number, the location being undefinedstatic final SearchPosition
The number ends with the pattern enteredstatic final SearchPosition
Numbers that begin with the pattern entered -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchPosition
static String
static 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
-