你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApiVersionSetEntityBase Class

  • java.lang.Object
    • com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSetEntityBase

public class ApiVersionSetEntityBase

Api Version set base parameters.

Constructor Summary

Constructor Description
ApiVersionSetEntityBase()

Method Summary

Modifier and Type Method and Description
java.lang.String description()

Get description of API Version Set.

java.lang.String versionHeaderName()

Get name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.

java.lang.String versionQueryName()

Get name of query parameter that indicates the API Version if versioningScheme is set to `query`.

ApiVersionSetEntityBase withDescription(String description)

Set description of API Version Set.

ApiVersionSetEntityBase withVersionHeaderName(String versionHeaderName)

Set name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.

ApiVersionSetEntityBase withVersionQueryName(String versionQueryName)

Set name of query parameter that indicates the API Version if versioningScheme is set to `query`.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ApiVersionSetEntityBase

public ApiVersionSetEntityBase()

Method Details

description

public String description()

Get description of API Version Set.

Returns:

the description value

versionHeaderName

public String versionHeaderName()

Get name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.

Returns:

the versionHeaderName value

versionQueryName

public String versionQueryName()

Get name of query parameter that indicates the API Version if versioningScheme is set to `query`.

Returns:

the versionQueryName value

withDescription

public ApiVersionSetEntityBase withDescription(String description)

Set description of API Version Set.

Parameters:

description - the description value to set

Returns:

the ApiVersionSetEntityBase object itself.

withVersionHeaderName

public ApiVersionSetEntityBase withVersionHeaderName(String versionHeaderName)

Set name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.

Parameters:

versionHeaderName - the versionHeaderName value to set

Returns:

the ApiVersionSetEntityBase object itself.

withVersionQueryName

public ApiVersionSetEntityBase withVersionQueryName(String versionQueryName)

Set name of query parameter that indicates the API Version if versioningScheme is set to `query`.

Parameters:

versionQueryName - the versionQueryName value to set

Returns:

the ApiVersionSetEntityBase object itself.

Applies to