java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.APIScopeDTO
public class APIScopeDTO
extends Object
APIScopeDTO
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
int
States whether scope is shared.
void
void
-
Field Details
-
SERIALIZED_NAME_SCOPE
public static final String SERIALIZED_NAME_SCOPE
- See Also:
-
-
SERIALIZED_NAME_SHARED
public static final String SERIALIZED_NAME_SHARED
- See Also:
-
-
Constructor Details
-
APIScopeDTO
public APIScopeDTO()
-
Method Details
-
-
getScope
Get scope
- Returns:
- scope
-
-
-
isShared
States whether scope is shared. This will not be honored when updating/adding scopes to APIs or when adding/updating Shared Scopes.
- Returns:
- shared
-
setShared
public void setShared(Boolean shared)
-
-
-