Package com.axway.apim.api.model.apps
Class ClientAppOauthResource
- java.lang.Object
-
- com.axway.apim.api.model.apps.ClientAppOauthResource
-
public class ClientAppOauthResource extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientAppOauthResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetApplicationId()StringgetId()StringgetScope()List<String>getScopes()StringgetUriprefix()inthashCode()booleanisDefaultScope()booleanisEnabled()voidsetApplicationId(String applicationId)voidsetDefaultScope(boolean defaultScope)voidsetEnabled(boolean enabled)voidsetId(String id)voidsetScope(String scope)voidsetScopes(List<String> scopes)voidsetUriprefix(String uriprefix)StringtoString()
-
-
-
Method Detail
-
getScope
public String getScope()
-
setScope
public void setScope(String scope)
-
isDefaultScope
public boolean isDefaultScope()
-
setDefaultScope
public void setDefaultScope(boolean defaultScope)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getApplicationId
public String getApplicationId()
-
setApplicationId
public void setApplicationId(String applicationId)
-
getUriprefix
public String getUriprefix()
-
setUriprefix
public void setUriprefix(String uriprefix)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
-