public class APIScopeDTO extends Object
| Constructor and Description |
|---|
APIScopeDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ScopeDTO |
getScope()
Get scope
|
int |
hashCode() |
Boolean |
isShared()
States whether scope is shared.
|
APIScopeDTO |
scope(ScopeDTO scope) |
void |
setScope(ScopeDTO scope) |
void |
setShared(Boolean shared) |
APIScopeDTO |
shared(Boolean shared) |
String |
toString() |
public APIScopeDTO scope(ScopeDTO scope)
public ScopeDTO getScope()
public void setScope(ScopeDTO scope)
public APIScopeDTO shared(Boolean shared)
public Boolean isShared()
public void setShared(Boolean shared)
Copyright © 2020 WSO2 Inc. All rights reserved.