|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PermissionDTO | |
|---|---|
| org.hudsonci.rest.model | |
| Uses of PermissionDTO in org.hudsonci.rest.model |
|---|
| Fields in org.hudsonci.rest.model declared as PermissionDTO | |
|---|---|
protected PermissionDTO |
PermissionDTO.impliedBy
|
| Fields in org.hudsonci.rest.model with type parameters of type PermissionDTO | |
|---|---|
protected List<PermissionDTO> |
PermissionsDTO.permissions
|
| Methods in org.hudsonci.rest.model that return PermissionDTO | |
|---|---|
PermissionDTO |
ObjectFactory.createPermissionDTO()
Create an instance of PermissionDTO |
PermissionDTO |
PermissionDTO.getImpliedBy()
Gets the value of the impliedBy property. |
PermissionDTO |
PermissionDTO.withId(String value)
|
PermissionDTO |
PermissionDTO.withImpliedBy(PermissionDTO value)
|
| Methods in org.hudsonci.rest.model that return types with arguments of type PermissionDTO | |
|---|---|
List<PermissionDTO> |
PermissionsDTO.getPermissions()
Gets the value of the permissions property. |
| Methods in org.hudsonci.rest.model with parameters of type PermissionDTO | |
|---|---|
void |
PermissionDTO.setImpliedBy(PermissionDTO value)
Sets the value of the impliedBy property. |
PermissionDTO |
PermissionDTO.withImpliedBy(PermissionDTO value)
|
PermissionsDTO |
PermissionsDTO.withPermissions(PermissionDTO... values)
|
| Method parameters in org.hudsonci.rest.model with type arguments of type PermissionDTO | |
|---|---|
PermissionsDTO |
PermissionsDTO.withPermissions(Collection<PermissionDTO> values)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||