SensitivityLabel

Inheritance: java.lang.Object

public class SensitivityLabel

Represents the sensitivity label.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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.

See SensitivityLabelMarkType.

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:

ParameterTypeDescription
valueint

setContentMarkType(int value)

public void setContentMarkType(int value)

Sets the types of content marking that ought to be applied to a file.

See SensitivityLabelMarkType.

Parameters:

ParameterTypeDescription
valueint

setEnabled(boolean value)

public void setEnabled(boolean value)

Indicates whether the sensitivity label is enabled

Parameters:

ParameterTypeDescription
valueboolean

setId(String value)

public void setId(String value)

Sets the id of sensitivity label.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setRemoved(boolean value)

public void setRemoved(boolean value)

Indicates whether the sensitivity label was removed.

Parameters:

ParameterTypeDescription
valueboolean

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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int