Class MicrosoftManagedDesktop.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MicrosoftManagedDesktop.Builder
-
- Enclosing class:
- MicrosoftManagedDesktop
public static final class MicrosoftManagedDesktop.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MicrosoftManagedDesktopbuild()MicrosoftManagedDesktop.Builderprofile(String profile)MicrosoftManagedDesktop.Buildertype(MicrosoftManagedDesktopType type)
-
-
-
Method Detail
-
profile
public MicrosoftManagedDesktop.Builder profile(String profile)
-
type
public MicrosoftManagedDesktop.Builder type(MicrosoftManagedDesktopType type)
-
build
public MicrosoftManagedDesktop build()
-
-