AccessControlChangeFailure Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. AccessControlChangeFailure
- com.
public class AccessControlChangeFailure
Represents an entry that failed to update Access Control List.
Constructor Summary
Constructor | Description | |
---|---|---|
AccessControlChangeFailure() |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage()
Returns error message that is the reason why entry failed to update. |
String |
getName()
Returns the name of an entry. |
boolean |
isDirectory()
Returns whether entry is a directory. |
Access |
setDirectory(boolean directory)
Sets whether entry is a directory. |
Access |
setErrorMessage(String errorMessage)
Sets the error message that is the reason why entry failed to update. |
Access |
setName(String name)
Sets the name of an entry. |
Methods inherited from java.lang.Object
Constructor Details
AccessControlChangeFailure
public AccessControlChangeFailure()
Method Details
getErrorMessage
public String getErrorMessage()
Returns error message that is the reason why entry failed to update.
Returns:
getName
public String getName()
Returns the name of an entry.
Returns:
isDirectory
public boolean isDirectory()
Returns whether entry is a directory.
Returns:
setDirectory
public AccessControlChangeFailure setDirectory(boolean directory)
Sets whether entry is a directory.
Parameters:
Returns:
setErrorMessage
public AccessControlChangeFailure setErrorMessage(String errorMessage)
Sets the error message that is the reason why entry failed to update.
Parameters:
Returns:
setName
public AccessControlChangeFailure setName(String name)
Sets the name of an entry.
Parameters:
Returns: