Class ScopeSettingsDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.ScopeSettingsDTO
-
public class ScopeSettingsDTO extends Object
ScopeSettingsDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NAME
-
Constructor Summary
Constructors Constructor Description ScopeSettingsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Get nameinthashCode()ScopeSettingsDTOname(String name)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public ScopeSettingsDTO name(String name)
-
setName
public void setName(String name)
-
-