Class ApiVersionSetUpdateParametersProperties


  • public final class ApiVersionSetUpdateParametersProperties
    extends ApiVersionSetEntityBase
    Properties used to create or update an API Version Set.
    • Constructor Detail

      • ApiVersionSetUpdateParametersProperties

        public ApiVersionSetUpdateParametersProperties()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: Name of API Version Set.
        Returns:
        the displayName value.
      • withDisplayName

        public ApiVersionSetUpdateParametersProperties withDisplayName​(String displayName)
        Set the displayName property: Name of API Version Set.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the ApiVersionSetUpdateParametersProperties object itself.
      • versioningScheme

        public VersioningScheme versioningScheme()
        Get the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.
        Returns:
        the versioningScheme value.
      • withVersioningScheme

        public ApiVersionSetUpdateParametersProperties withVersioningScheme​(VersioningScheme versioningScheme)
        Set the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.
        Parameters:
        versioningScheme - the versioningScheme value to set.
        Returns:
        the ApiVersionSetUpdateParametersProperties object itself.
      • withVersionHeaderName

        public ApiVersionSetUpdateParametersProperties withVersionHeaderName​(String versionHeaderName)
        Set the versionHeaderName property: Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.
        Overrides:
        withVersionHeaderName in class ApiVersionSetEntityBase
        Parameters:
        versionHeaderName - the versionHeaderName value to set.
        Returns:
        the ApiVersionSetEntityBase object itself.