public class LibraryRequest
extends java.lang.Object
| Constructor and Description |
|---|
LibraryRequest(java.lang.String name,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The name of the library.
|
boolean |
isRequired()
Whether the library is required by the app or just optional.
|