Class MavenRequestBuilder.MavenPathParameters

java.lang.Object
org.azd.artifactspackagetypes.maven.MavenRequestBuilder.MavenPathParameters
Enclosing class:
MavenRequestBuilder

public static class MavenRequestBuilder.MavenPathParameters extends Object
Represents the Path values for Maven Api.
  • Field Details

    • artifactId

      public String artifactId
      ArtifactId of the maven package.
    • groupId

      public String groupId
      GroupId of the maven package
    • feedId

      public String feedId
      Name or ID of the feed.
    • version

      public String version
      Version of the package
    • fileName

      public String fileName
      File name to download
  • Constructor Details

    • MavenPathParameters

      public MavenPathParameters()