SensitivityLabel
Inheritance: java.lang.Object
public class SensitivityLabel
Represents the sensitivity label.
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getAssignmentType() | Gets the assignment method for the sensitivity label. |
| getClass() | |
| getContentMarkType() | Gets the types of content marking that ought to be applied to a file. |
| getId() | Gets the id of sensitivity label. |
| getSiteId() | Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label. |
| hashCode() | |
| isEnabled() | Indicates whether the sensitivity label is enabled |
| isRemoved() | Indicates whether the sensitivity label was removed. |
| notify() | |
| notifyAll() | |
| setAssignmentType(int value) | Sets the assignment method for the sensitivity label. |
| setContentMarkType(int value) | Sets the types of content marking that ought to be applied to a file. |
| setEnabled(boolean value) | Indicates whether the sensitivity label is enabled |
| setId(String value) | Sets the id of sensitivity label. |
| setRemoved(boolean value) | Indicates whether the sensitivity label was removed. |
| setSiteId(String value) | Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getAssignmentType()
public int getAssignmentType()
Gets the assignment method for the sensitivity label.
See SensitivityLabelAssignmentType.
Returns: int
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getContentMarkType()
public int getContentMarkType()
Gets the types of content marking that ought to be applied to a file.
Returns: int
getId()
public String getId()
Gets the id of sensitivity label.
Returns: java.lang.String
getSiteId()
public String getSiteId()
Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label.
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
isEnabled()
public boolean isEnabled()
Indicates whether the sensitivity label is enabled
Returns: boolean
isRemoved()
public boolean isRemoved()
Indicates whether the sensitivity label was removed.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAssignmentType(int value)
public void setAssignmentType(int value)
Sets the assignment method for the sensitivity label.
See SensitivityLabelAssignmentType.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setContentMarkType(int value)
public void setContentMarkType(int value)
Sets the types of content marking that ought to be applied to a file.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setEnabled(boolean value)
public void setEnabled(boolean value)
Indicates whether the sensitivity label is enabled
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setId(String value)
public void setId(String value)
Sets the id of sensitivity label.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setRemoved(boolean value)
public void setRemoved(boolean value)
Indicates whether the sensitivity label was removed.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setSiteId(String value)
public void setSiteId(String value)
Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |