Class ApiCreateOrUpdatePropertiesWsdlSelector

java.lang.Object
com.azure.resourcemanager.apimanagement.models.ApiCreateOrUpdatePropertiesWsdlSelector
All Implemented Interfaces:
com.azure.json.JsonSerializable<ApiCreateOrUpdatePropertiesWsdlSelector>

public final class ApiCreateOrUpdatePropertiesWsdlSelector extends Object implements com.azure.json.JsonSerializable<ApiCreateOrUpdatePropertiesWsdlSelector>
Criteria to limit import of WSDL to a subset of the document.
  • Constructor Details

    • ApiCreateOrUpdatePropertiesWsdlSelector

      public ApiCreateOrUpdatePropertiesWsdlSelector()
      Creates an instance of ApiCreateOrUpdatePropertiesWsdlSelector class.
  • Method Details

    • wsdlServiceName

      public String wsdlServiceName()
      Get the wsdlServiceName property: Name of service to import from WSDL.
      Returns:
      the wsdlServiceName value.
    • withWsdlServiceName

      public ApiCreateOrUpdatePropertiesWsdlSelector withWsdlServiceName(String wsdlServiceName)
      Set the wsdlServiceName property: Name of service to import from WSDL.
      Parameters:
      wsdlServiceName - the wsdlServiceName value to set.
      Returns:
      the ApiCreateOrUpdatePropertiesWsdlSelector object itself.
    • wsdlEndpointName

      public String wsdlEndpointName()
      Get the wsdlEndpointName property: Name of endpoint(port) to import from WSDL.
      Returns:
      the wsdlEndpointName value.
    • withWsdlEndpointName

      public ApiCreateOrUpdatePropertiesWsdlSelector withWsdlEndpointName(String wsdlEndpointName)
      Set the wsdlEndpointName property: Name of endpoint(port) to import from WSDL.
      Parameters:
      wsdlEndpointName - the wsdlEndpointName value to set.
      Returns:
      the ApiCreateOrUpdatePropertiesWsdlSelector object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<ApiCreateOrUpdatePropertiesWsdlSelector>
      Throws:
      IOException
    • fromJson

      public static ApiCreateOrUpdatePropertiesWsdlSelector fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of ApiCreateOrUpdatePropertiesWsdlSelector from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of ApiCreateOrUpdatePropertiesWsdlSelector if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the ApiCreateOrUpdatePropertiesWsdlSelector.