Uses of Class
org.hudsonci.rest.model.PermissionDTO

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)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.