Class ApiversionProperties.Insert

java.lang.Object
org.springframework.boot.http.client.autoconfigure.ApiversionProperties.Insert
Enclosing class:
ApiversionProperties

@ConfigurationPropertiesSource public static class ApiversionProperties.Insert extends Object
Since:
4.0.0
Author:
Phillip Webb
  • Constructor Details

    • Insert

      public Insert()
  • Method Details

    • getHeader

      public @Nullable String getHeader()
    • setHeader

      public void setHeader(@Nullable String header)
    • getQueryParameter

      public @Nullable String getQueryParameter()
    • setQueryParameter

      public void setQueryParameter(@Nullable String queryParameter)
    • getPathSegment

      public @Nullable Integer getPathSegment()
    • setPathSegment

      public void setPathSegment(@Nullable Integer pathSegment)
    • getMediaTypeParameter

      public @Nullable String getMediaTypeParameter()
    • setMediaTypeParameter

      public void setMediaTypeParameter(@Nullable String mediaTypeParameter)