Class FtpAuthenticationType


  • public final class FtpAuthenticationType
    extends com.azure.core.util.ExpandableStringEnum<FtpAuthenticationType>
    Defines values for FtpAuthenticationType.
    • Field Detail

      • ANONYMOUS

        public static final FtpAuthenticationType ANONYMOUS
        Static value Anonymous for FtpAuthenticationType.
    • Constructor Detail

      • FtpAuthenticationType

        public FtpAuthenticationType()
    • Method Detail

      • fromString

        public static FtpAuthenticationType fromString​(String name)
        Creates or finds a FtpAuthenticationType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding FtpAuthenticationType.