Package org.azd.common.types
Class ApiLocation
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.common.types.ApiLocation
Represents the Api location response.
-
Field Summary
Modifier and TypeFieldDescriptionRepresents the service area.Represents the id of the location.Maximum Api version required.Minimum api version required.Released Api version.Represents the resource name.int
Resource that represents preview of the api version.Represents the route template value. -
Constructor Summary
-
Method Summary
Methods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Field Details
-
id
Represents the id of the location. -
area
Represents the service area. -
resourceName
Represents the resource name. -
routeTemplate
Represents the route template value. -
resourceVersion
public int resourceVersionResource that represents preview of the api version. -
minVersion
Minimum api version required. -
maxVersion
Maximum Api version required. -
releasedVersion
Released Api version.
-
-
Constructor Details
-
ApiLocation
public ApiLocation()
-