| Package | Description |
|---|---|
| org.wso2.carbon.auth.scim.rest.api.dto |
| Modifier and Type | Method and Description |
|---|---|
MetaDTO |
MetaDTO.created(String created) |
MetaDTO |
GroupDTO.getMeta()
Get meta
|
MetaDTO |
UserDTO.getMeta()
Get meta
|
MetaDTO |
MetaDTO.lastModified(String lastModified) |
MetaDTO |
MetaDTO.location(String location) |
MetaDTO |
MetaDTO.resourceType(String resourceType) |
| Modifier and Type | Method and Description |
|---|---|
GroupDTO |
GroupDTO.meta(MetaDTO meta) |
UserDTO |
UserDTO.meta(MetaDTO meta) |
void |
GroupDTO.setMeta(MetaDTO meta) |
void |
UserDTO.setMeta(MetaDTO meta) |
Copyright © 2018 WSO2. All rights reserved.