public class ApplyLabelAction extends InformationProtectionAction implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplyLabelAction.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<InformationProtectionAction> |
actions |
protected String |
actionsNextLink |
protected ActionSource |
actionSource |
protected LabelDetails |
label |
protected List<String> |
responsibleSensitiveTypeIds |
protected String |
responsibleSensitiveTypeIdsNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
ApplyLabelAction() |
| Modifier and Type | Method and Description |
|---|---|
static ApplyLabelAction.Builder |
builderApplyLabelAction()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<InformationProtectionAction> |
getActions() |
com.github.davidmoten.odata.client.CollectionPage<InformationProtectionAction> |
getActions(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<ActionSource> |
getActionSource() |
Optional<LabelDetails> |
getLabel() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getResponsibleSensitiveTypeIds() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getResponsibleSensitiveTypeIds(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ApplyLabelAction |
withActionSource(ActionSource actionSource) |
ApplyLabelAction |
withLabel(LabelDetails label) |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected LabelDetails label
protected String responsibleSensitiveTypeIdsNextLink
protected List<InformationProtectionAction> actions
protected String actionsNextLink
protected ActionSource actionSource
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class InformationProtectionActionpublic Optional<LabelDetails> getLabel()
public ApplyLabelAction withLabel(LabelDetails label)
public com.github.davidmoten.odata.client.CollectionPage<String> getResponsibleSensitiveTypeIds()
public com.github.davidmoten.odata.client.CollectionPage<String> getResponsibleSensitiveTypeIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<InformationProtectionAction> getActions()
public com.github.davidmoten.odata.client.CollectionPage<InformationProtectionAction> getActions(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<ActionSource> getActionSource()
public ApplyLabelAction withActionSource(ActionSource actionSource)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class InformationProtectionActionpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class InformationProtectionActionpublic static ApplyLabelAction.Builder builderApplyLabelAction()
public String toString()
toString in class InformationProtectionActionCopyright © 2018–2020. All rights reserved.