public class InformationProtectionContentLabel extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
InformationProtectionContentLabel.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected AssignmentMethod |
assignmentMethod |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected OffsetDateTime |
creationDateTime |
protected LabelDetails |
label |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
InformationProtectionContentLabel() |
| Modifier and Type | Method and Description |
|---|---|
static InformationProtectionContentLabel.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<AssignmentMethod> |
getAssignmentMethod() |
Optional<OffsetDateTime> |
getCreationDateTime() |
Optional<LabelDetails> |
getLabel() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
InformationProtectionContentLabel |
withAssignmentMethod(AssignmentMethod assignmentMethod) |
InformationProtectionContentLabel |
withCreationDateTime(OffsetDateTime creationDateTime) |
InformationProtectionContentLabel |
withLabel(LabelDetails label) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected OffsetDateTime creationDateTime
protected AssignmentMethod assignmentMethod
protected LabelDetails label
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<OffsetDateTime> getCreationDateTime()
public InformationProtectionContentLabel withCreationDateTime(OffsetDateTime creationDateTime)
public Optional<AssignmentMethod> getAssignmentMethod()
public InformationProtectionContentLabel withAssignmentMethod(AssignmentMethod assignmentMethod)
public Optional<LabelDetails> getLabel()
public InformationProtectionContentLabel withLabel(LabelDetails label)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static InformationProtectionContentLabel.Builder builder()
Copyright © 2018–2020. All rights reserved.