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