com.mangofactory.swagger.models.dto.builder
Class OAuthBuilder

java.lang.Object
  extended by com.mangofactory.swagger.models.dto.builder.OAuthBuilder

public class OAuthBuilder
extends java.lang.Object


Constructor Summary
OAuthBuilder()
           
 
Method Summary
 OAuth build()
           
 OAuthBuilder grantTypes(java.util.List<GrantType> grantTypes)
           
 OAuthBuilder scopes(java.util.List<AuthorizationScope> scopes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthBuilder

public OAuthBuilder()
Method Detail

scopes

public OAuthBuilder scopes(java.util.List<AuthorizationScope> scopes)

grantTypes

public OAuthBuilder grantTypes(java.util.List<GrantType> grantTypes)

build

public OAuth build()