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

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

public class JAuthorizationCodeGrant
extends Object
implements CanBeSwaggerModel<com.wordnik.swagger.model.AuthorizationCodeGrant>

Created by chekong on 10/11/14.


构造方法摘要
JAuthorizationCodeGrant()
           
 
方法摘要
 JTokenEndpoint getTokenEndpoint()
           
 JTokenRequestEndpoint getTokenRequestEndpoint()
           
 void setTokenEndpoint(JTokenEndpoint tokenEndpoint)
           
 void setTokenRequestEndpoint(JTokenRequestEndpoint tokenRequestEndpoint)
           
 com.wordnik.swagger.model.AuthorizationCodeGrant toSwaggerModel()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JAuthorizationCodeGrant

public JAuthorizationCodeGrant()
方法详细信息

getTokenRequestEndpoint

public JTokenRequestEndpoint getTokenRequestEndpoint()

setTokenRequestEndpoint

public void setTokenRequestEndpoint(JTokenRequestEndpoint tokenRequestEndpoint)

getTokenEndpoint

public JTokenEndpoint getTokenEndpoint()

setTokenEndpoint

public void setTokenEndpoint(JTokenEndpoint tokenEndpoint)

toSwaggerModel

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


Copyright © 2015. All Rights Reserved.