Package odata.msgraph.client.entity
Class SoftwareOathAuthenticationMethod.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.SoftwareOathAuthenticationMethod.Builder
-
- Enclosing class:
- SoftwareOathAuthenticationMethod
public static final class SoftwareOathAuthenticationMethod.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoftwareOathAuthenticationMethodbuild()SoftwareOathAuthenticationMethod.Builderid(String id)SoftwareOathAuthenticationMethod.BuildersecretKey(String secretKey)
-
-
-
Method Detail
-
id
public SoftwareOathAuthenticationMethod.Builder id(String id)
-
secretKey
public SoftwareOathAuthenticationMethod.Builder secretKey(String secretKey)
-
build
public SoftwareOathAuthenticationMethod build()
-
-