Class ScopeDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.ScopeDTO
-
public class ScopeDTO extends Object
ScopeDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_ROLESstatic StringSERIALIZED_NAME_TAG
-
Constructor Summary
Constructors Constructor Description ScopeDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScopeDTOdescription(String description)booleanequals(Object o)StringgetDescription()About scope.StringgetName()Scope name.List<String>getRoles()Roles for the particular scope.StringgetTag()Portal name.inthashCode()ScopeDTOname(String name)ScopeDTOroles(List<String> roles)voidsetDescription(String description)voidsetName(String name)voidsetRoles(List<String> roles)voidsetTag(String tag)ScopeDTOtag(String tag)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_TAG
public static final String SERIALIZED_NAME_TAG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ROLES
public static final String SERIALIZED_NAME_ROLES
- See Also:
- Constant Field Values
-
-