Class Property.Builder
- java.lang.Object
-
- microsoft.graph.externalconnectors.complex.Property.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Property.Builderaliases(String... aliases)Property.Builderaliases(List<String> aliases)Property.BuilderaliasesNextLink(String aliasesNextLink)Propertybuild()Property.BuilderisQueryable(Boolean isQueryable)Property.BuilderisRefinable(Boolean isRefinable)Property.BuilderisRetrievable(Boolean isRetrievable)Property.BuilderisSearchable(Boolean isSearchable)Property.Builderlabels(List<Label> labels)Property.Builderlabels(Label... labels)Property.BuilderlabelsNextLink(String labelsNextLink)Property.Buildername(String name)Property.Buildertype(PropertyType type)
-
-
-
Method Detail
-
aliases
public Property.Builder aliases(List<String> aliases)
-
aliases
public Property.Builder aliases(String... aliases)
-
aliasesNextLink
public Property.Builder aliasesNextLink(String aliasesNextLink)
-
isQueryable
public Property.Builder isQueryable(Boolean isQueryable)
-
isRefinable
public Property.Builder isRefinable(Boolean isRefinable)
-
isRetrievable
public Property.Builder isRetrievable(Boolean isRetrievable)
-
isSearchable
public Property.Builder isSearchable(Boolean isSearchable)
-
labels
public Property.Builder labels(List<Label> labels)
-
labels
public Property.Builder labels(Label... labels)
-
labelsNextLink
public Property.Builder labelsNextLink(String labelsNextLink)
-
name
public Property.Builder name(String name)
-
type
public Property.Builder type(PropertyType type)
-
build
public Property build()
-
-