public class MatchingLabel extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
MatchingLabel.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationMode |
applicationMode |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
description |
protected String |
displayName |
protected String |
id |
protected Boolean |
isEndpointProtectionEnabled |
protected List<LabelActionBase> |
labelActions |
protected String |
labelActionsNextLink |
protected String |
name |
protected String |
odataType |
protected String |
policyTip |
protected Integer |
priority |
protected String |
toolTip |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
MatchingLabel() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String id
protected String name
protected String displayName
protected String description
protected String toolTip
protected String policyTip
protected Boolean isEndpointProtectionEnabled
protected ApplicationMode applicationMode
protected List<LabelActionBase> labelActions
protected String labelActionsNextLink
protected Integer priority
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic MatchingLabel withId(String id)
public MatchingLabel withName(String name)
public MatchingLabel withDisplayName(String displayName)
public MatchingLabel withDescription(String description)
public MatchingLabel withToolTip(String toolTip)
public MatchingLabel withPolicyTip(String policyTip)
public MatchingLabel withIsEndpointProtectionEnabled(Boolean isEndpointProtectionEnabled)
public Optional<ApplicationMode> getApplicationMode()
public MatchingLabel withApplicationMode(ApplicationMode applicationMode)
public com.github.davidmoten.odata.client.CollectionPage<LabelActionBase> getLabelActions()
public MatchingLabel withPriority(Integer priority)
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 MatchingLabel.Builder builder()
Copyright © 2018–2020. All rights reserved.