org.jclouds.vcloud.director.v1_5.domain.network
Class SmtpServerSettings.Builder

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.network.SmtpServerSettings.Builder
Enclosing class:
SmtpServerSettings

public static class SmtpServerSettings.Builder
extends Object


Constructor Summary
SmtpServerSettings.Builder()
           
 
Method Summary
 SmtpServerSettings build()
           
 SmtpServerSettings.Builder fromSmtpServerSettings(SmtpServerSettings in)
           
 SmtpServerSettings.Builder host(String host)
           
 SmtpServerSettings.Builder password(String password)
           
 SmtpServerSettings.Builder useAuthentication(boolean useAuthentication)
           
 SmtpServerSettings.Builder username(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmtpServerSettings.Builder

public SmtpServerSettings.Builder()
Method Detail

useAuthentication

public SmtpServerSettings.Builder useAuthentication(boolean useAuthentication)
See Also:
SmtpServerSettings#getIsUseAuthentication()

host

public SmtpServerSettings.Builder host(String host)
See Also:
SmtpServerSettings.getHost()

username

public SmtpServerSettings.Builder username(String username)
See Also:
SmtpServerSettings.getUsername()

password

public SmtpServerSettings.Builder password(String password)
See Also:
SmtpServerSettings.getPassword()

build

public SmtpServerSettings build()

fromSmtpServerSettings

public SmtpServerSettings.Builder fromSmtpServerSettings(SmtpServerSettings in)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.