Class SoapApiType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SoapApiType>
com.azure.resourcemanager.apimanagement.models.SoapApiType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Type of API to create.
* `http` creates a REST API
* `soap` creates a SOAP pass-through API
* `websocket` creates websocket API
* `graphql` creates GraphQL API.
New types can be added in the future.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SoapApiTypeStatic value graphql for SoapApiType.static final SoapApiTypeStatic value grpc for SoapApiType.static final SoapApiTypeStatic value http for SoapApiType.static final SoapApiTypeStatic value odata for SoapApiType.static final SoapApiTypeStatic value soap for SoapApiType.static final SoapApiTypeStatic value websocket for SoapApiType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SoapApiTypefromString(String name) Creates or finds a SoapApiType from its string representation.static Collection<SoapApiType> values()Gets known SoapApiType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
HTTP
Static value http for SoapApiType. -
SOAP
Static value soap for SoapApiType. -
WEBSOCKET
Static value websocket for SoapApiType. -
GRAPHQL
Static value graphql for SoapApiType. -
ODATA
Static value odata for SoapApiType. -
GRPC
Static value grpc for SoapApiType.
-
-
Constructor Details
-
SoapApiType
Deprecated.Use thefromString(String)factory method.Creates a new instance of SoapApiType value.
-
-
Method Details
-
fromString
Creates or finds a SoapApiType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SoapApiType.
-
values
Gets known SoapApiType values.- Returns:
- known SoapApiType values.
-
fromString(String)factory method.