com.github.kongchen.swagger.docgen.remote.model
类 JOAuth

java.lang.Object
  继承者 com.github.kongchen.swagger.docgen.remote.model.JOAuth
所有已实现的接口:
CanBeSwaggerModel<com.wordnik.swagger.model.OAuth>

public class JOAuth
extends Object
implements CanBeSwaggerModel<com.wordnik.swagger.model.OAuth>

Created by chekong on 10/11/14.


构造方法摘要
JOAuth()
           
 
方法摘要
 List<JGrantType> getGrantTypes()
           
 List<JAuthorizationScope> getScopes()
           
 String getType()
           
 void setGrantTypes(List<JGrantType> grantTypes)
           
 void setScopes(List<JAuthorizationScope> scopes)
           
 void setType(String type)
           
 com.wordnik.swagger.model.OAuth toSwaggerModel()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JOAuth

public JOAuth()
方法详细信息

getType

public String getType()

setType

public void setType(String type)

getScopes

public List<JAuthorizationScope> getScopes()

setScopes

public void setScopes(List<JAuthorizationScope> scopes)

getGrantTypes

public List<JGrantType> getGrantTypes()

setGrantTypes

public void setGrantTypes(List<JGrantType> grantTypes)

toSwaggerModel

public com.wordnik.swagger.model.OAuth toSwaggerModel()
指定者:
接口 CanBeSwaggerModel<com.wordnik.swagger.model.OAuth> 中的 toSwaggerModel


Copyright © 2015. All Rights Reserved.