Package odata.msgraph.client.beta.entity
Class ProfileCardProperty.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.ProfileCardProperty.Builder
-
- Enclosing class:
- ProfileCardProperty
public static final class ProfileCardProperty.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileCardProperty.Builderannotations(List<ProfileCardAnnotation> annotations)ProfileCardProperty.Builderannotations(ProfileCardAnnotation... annotations)ProfileCardProperty.BuilderannotationsNextLink(String annotationsNextLink)ProfileCardPropertybuild()ProfileCardProperty.BuilderdirectoryPropertyName(String directoryPropertyName)ProfileCardProperty.Builderid(String id)
-
-
-
Method Detail
-
id
public ProfileCardProperty.Builder id(String id)
-
annotations
public ProfileCardProperty.Builder annotations(List<ProfileCardAnnotation> annotations)
-
annotations
public ProfileCardProperty.Builder annotations(ProfileCardAnnotation... annotations)
-
annotationsNextLink
public ProfileCardProperty.Builder annotationsNextLink(String annotationsNextLink)
-
directoryPropertyName
public ProfileCardProperty.Builder directoryPropertyName(String directoryPropertyName)
-
build
public ProfileCardProperty build()
-
-