public final class ShareListFilesAndDirectoriesOptions extends Object
| Constructor and Description |
|---|
ShareListFilesAndDirectoriesOptions() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxResultsPerPage() |
String |
getPrefix() |
boolean |
includeAttributes() |
boolean |
includeETag() |
Boolean |
includeExtendedInfo()
Note that setting timestamps, etag, attributes, or permission key will also set this option as true.
|
boolean |
includePermissionKey() |
boolean |
includeTimestamps() |
ShareListFilesAndDirectoriesOptions |
setIncludeAttributes(boolean includeAttributes) |
ShareListFilesAndDirectoriesOptions |
setIncludeETag(boolean includeETag) |
ShareListFilesAndDirectoriesOptions |
setIncludeExtendedInfo(Boolean includeExtendedInfo)
Note that setting timestamps, etag, attributes, or permission key will also set this option as true.
|
ShareListFilesAndDirectoriesOptions |
setIncludePermissionKey(boolean includePermissionKey) |
ShareListFilesAndDirectoriesOptions |
setIncludeTimestamps(boolean includeTimestamps) |
ShareListFilesAndDirectoriesOptions |
setMaxResultsPerPage(Integer maxResultsPerPage)
Sets the max results per page for a listing operation.
|
ShareListFilesAndDirectoriesOptions |
setPrefix(String prefix)
Sets the prefix for a listing operation.
|
public String getPrefix()
public ShareListFilesAndDirectoriesOptions setPrefix(String prefix)
prefix - the prefix.public Integer getMaxResultsPerPage()
public ShareListFilesAndDirectoriesOptions setMaxResultsPerPage(Integer maxResultsPerPage)
maxResultsPerPage - the max results per page.public Boolean includeExtendedInfo()
public ShareListFilesAndDirectoriesOptions setIncludeExtendedInfo(Boolean includeExtendedInfo)
includeExtendedInfo - whether to include extended info.IllegalStateException - Throws when attempting to set null when other parameters require it to be true.public boolean includeTimestamps()
public ShareListFilesAndDirectoriesOptions setIncludeTimestamps(boolean includeTimestamps)
includeTimestamps - whether to include timestamps on this listing operation.public boolean includeETag()
public ShareListFilesAndDirectoriesOptions setIncludeETag(boolean includeETag)
includeETag - whether to include the etag on this listing operation.public boolean includeAttributes()
public ShareListFilesAndDirectoriesOptions setIncludeAttributes(boolean includeAttributes)
includeAttributes - whether to include file attributes on this listing operation.public boolean includePermissionKey()
public ShareListFilesAndDirectoriesOptions setIncludePermissionKey(boolean includePermissionKey)
includePermissionKey - whether to include the permission key on this listing operation.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.