Package odata.msgraph.client.beta.entity
Class ProfilePhoto.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.ProfilePhoto.Builder
-
- Enclosing class:
- ProfilePhoto
public static final class ProfilePhoto.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfilePhotobuild()ProfilePhoto.Builderheight(Integer height)ProfilePhoto.Builderid(String id)ProfilePhoto.Builderwidth(Integer width)
-
-
-
Method Detail
-
id
public ProfilePhoto.Builder id(String id)
-
height
public ProfilePhoto.Builder height(Integer height)
-
width
public ProfilePhoto.Builder width(Integer width)
-
build
public ProfilePhoto build()
-
-