Package | Description |
---|---|
com.blackberry.workspaces.api.sdk.enums | |
com.blackberry.workspaces.api.sdk.json |
Modifier and Type | Method and Description |
---|---|
static TrueFalseEither |
TrueFalseEither.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrueFalseEither[] |
TrueFalseEither.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TrueFalseEither |
SearchDocumentsSdsJson.getHidden()
When searching only for hidden or un-starred files, if omitted will
return only visible.
|
TrueFalseEither |
SearchDocumentsVdrJson.getRead()
When searching for only read or un-read files, if omitted will return
both.
|
TrueFalseEither |
SearchDocumentsSdsJson.getRead()
When searching only for read or un-read files, if omitted will return
both.
|
TrueFalseEither |
SearchDocumentsVdrJson.getStarred()
When searching for only starred or un-starred files, if omitted will
return both.
|
TrueFalseEither |
SearchDocumentsSdsJson.getStarred()
When searching only for starred or un-starred files, if omitted will
return both.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchDocumentsSdsJson.setHidden(TrueFalseEither hidden)
When searching only for hidden or un-starred files, if omitted will
return only visible.
|
void |
SearchDocumentsVdrJson.setRead(TrueFalseEither read)
When searching for only read or un-read files, if omitted will return
both.
|
void |
SearchDocumentsSdsJson.setRead(TrueFalseEither read)
When searching only for read or un-read files, if omitted will return
both.
|
void |
SearchDocumentsVdrJson.setStarred(TrueFalseEither starred)
When searching for only starred or un-starred files, if omitted will
return both.
|
void |
SearchDocumentsSdsJson.setStarred(TrueFalseEither starred)
When searching only for starred or un-starred files, if omitted will
return both.
|
Copyright © 2019. All rights reserved.