com.mangofactory.swagger.models.dto
Class BasicAuth

java.lang.Object
  extended by com.mangofactory.swagger.models.dto.AuthorizationType
      extended by com.mangofactory.swagger.models.dto.BasicAuth

public class BasicAuth
extends AuthorizationType


Field Summary
 
Fields inherited from class com.mangofactory.swagger.models.dto.AuthorizationType
type
 
Constructor Summary
BasicAuth()
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class com.mangofactory.swagger.models.dto.AuthorizationType
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicAuth

public BasicAuth()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class AuthorizationType