C# Class Swagger.ObjectModel.Builders.ContactBuilder

The contact builder.
Show file Open project: khellang/Nancy.Swagger Class Usage Examples

Public Methods

Method Description
Build ( ) : Contact

The build.

EmailAddress ( string emailAddress ) : ContactBuilder

The email address.

Name ( string name ) : ContactBuilder

The name.

Url ( string url ) : ContactBuilder

The url.

Method Details

Build() public method

The build.
public Build ( ) : Contact
return Contact

EmailAddress() public method

The email address.
public EmailAddress ( string emailAddress ) : ContactBuilder
emailAddress string /// The email address. ///
return ContactBuilder

Name() public method

The name.
public Name ( string name ) : ContactBuilder
name string /// The name. ///
return ContactBuilder

Url() public method

The url.
public Url ( string url ) : ContactBuilder
url string /// The url. ///
return ContactBuilder