Class MatchingLabel
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MatchingLabel
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class MatchingLabel extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatchingLabel.Builder
-
Field Summary
Fields Modifier and Type Field Description protected ApplicationModeapplicationModeprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Stringdescriptionprotected StringdisplayNameprotected Stringidprotected BooleanisEndpointProtectionEnabledprotected List<LabelActionBase>labelActionsprotected StringlabelActionsNextLinkprotected Stringnameprotected StringodataTypeprotected StringpolicyTipprotected Integerpriorityprotected StringtoolTipprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedMatchingLabel()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
applicationMode
protected ApplicationMode applicationMode
-
description
protected String description
-
displayName
protected String displayName
-
id
protected String id
-
isEndpointProtectionEnabled
protected Boolean isEndpointProtectionEnabled
-
labelActions
protected List<LabelActionBase> labelActions
-
labelActionsNextLink
protected String labelActionsNextLink
-
name
protected String name
-
policyTip
protected String policyTip
-
priority
protected Integer priority
-
toolTip
protected String toolTip
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getApplicationMode
public Optional<ApplicationMode> getApplicationMode()
-
withApplicationMode
public MatchingLabel withApplicationMode(ApplicationMode applicationMode)
-
withDescription
public MatchingLabel withDescription(String description)
-
withDisplayName
public MatchingLabel withDisplayName(String displayName)
-
withId
public MatchingLabel withId(String id)
-
withIsEndpointProtectionEnabled
public MatchingLabel withIsEndpointProtectionEnabled(Boolean isEndpointProtectionEnabled)
-
getLabelActions
public com.github.davidmoten.odata.client.CollectionPage<LabelActionBase> getLabelActions()
-
getLabelActions
public com.github.davidmoten.odata.client.CollectionPage<LabelActionBase> getLabelActions(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withName
public MatchingLabel withName(String name)
-
withPolicyTip
public MatchingLabel withPolicyTip(String policyTip)
-
withPriority
public MatchingLabel withPriority(Integer priority)
-
withToolTip
public MatchingLabel withToolTip(String toolTip)
-
withUnmappedField
public MatchingLabel withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static MatchingLabel.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-