Uses of Class
com.atlassian.crowd.plugin.rest.entity.directory.DirectoryEntityRestDTO
Packages that use DirectoryEntityRestDTO
-
Uses of DirectoryEntityRestDTO in com.atlassian.crowd.plugin.rest.entity.directory
Methods in com.atlassian.crowd.plugin.rest.entity.directory that return DirectoryEntityRestDTOModifier and TypeMethodDescriptionstatic DirectoryEntityRestDTOstatic DirectoryEntityRestDTODirectoryEntityRestDTO.fromGroupName(long directoryId, String groupName) static DirectoryEntityRestDTODirectoryEntityRestDTO.fromUser(com.atlassian.crowd.embedded.api.User user) static DirectoryEntityRestDTODirectoryEntityRestDTO.fromUserData(UserData userData) static DirectoryEntityRestDTODirectoryEntityRestDTO.fromUserName(long directoryId, String userName) GroupAdministrationMappingRestDTO.getEntity()Methods in com.atlassian.crowd.plugin.rest.entity.directory with parameters of type DirectoryEntityRestDTOModifier and TypeMethodDescriptionGroupAdministrationMappingRestDTO.Builder.setEntity(DirectoryEntityRestDTO entity) Constructors in com.atlassian.crowd.plugin.rest.entity.directory with parameters of type DirectoryEntityRestDTOModifierConstructorDescriptionGroupAdministrationMappingRestDTO(DirectoryEntityRestDTO entity, String name, String displayName, DirectoryData directory, String email, Boolean active)