Class AliasPathType


  • public class AliasPathType
    extends Object
    The type of the paths for alias.
    • Constructor Detail

      • AliasPathType

        public AliasPathType()
    • Method Detail

      • path

        public String path()
        Get the path value.
        Returns:
        the path value
      • withPath

        public AliasPathType withPath​(String path)
        Set the path value.
        Parameters:
        path - the path value to set
        Returns:
        the AliasPathType object itself.
      • apiVersions

        public List<String> apiVersions()
        Get the apiVersions value.
        Returns:
        the apiVersions value
      • withApiVersions

        public AliasPathType withApiVersions​(List<String> apiVersions)
        Set the apiVersions value.
        Parameters:
        apiVersions - the apiVersions value to set
        Returns:
        the AliasPathType object itself.