Uses of Class
odata.msgraph.client.beta.complex.MatchingLabel.Builder
-
Packages that use MatchingLabel.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of MatchingLabel.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return MatchingLabel.Builder Modifier and Type Method Description MatchingLabel.BuilderMatchingLabel.Builder. applicationMode(ApplicationMode applicationMode)static MatchingLabel.BuilderMatchingLabel. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).MatchingLabel.BuilderMatchingLabel.Builder. description(String description)MatchingLabel.BuilderMatchingLabel.Builder. displayName(String displayName)MatchingLabel.BuilderMatchingLabel.Builder. id(String id)MatchingLabel.BuilderMatchingLabel.Builder. isEndpointProtectionEnabled(Boolean isEndpointProtectionEnabled)MatchingLabel.BuilderMatchingLabel.Builder. labelActions(List<LabelActionBase> labelActions)MatchingLabel.BuilderMatchingLabel.Builder. labelActions(LabelActionBase... labelActions)MatchingLabel.BuilderMatchingLabel.Builder. labelActionsNextLink(String labelActionsNextLink)MatchingLabel.BuilderMatchingLabel.Builder. name(String name)MatchingLabel.BuilderMatchingLabel.Builder. policyTip(String policyTip)MatchingLabel.BuilderMatchingLabel.Builder. priority(Integer priority)MatchingLabel.BuilderMatchingLabel.Builder. toolTip(String toolTip)
-