Uses of Class
odata.msgraph.client.entity.SoftwareOathAuthenticationMethod
-
Packages that use SoftwareOathAuthenticationMethod Package Description odata.msgraph.client.entity -
-
Uses of SoftwareOathAuthenticationMethod in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type SoftwareOathAuthenticationMethod Modifier and Type Field Description protected List<SoftwareOathAuthenticationMethod>Authentication. softwareOathMethodsMethods in odata.msgraph.client.entity that return SoftwareOathAuthenticationMethod Modifier and Type Method Description SoftwareOathAuthenticationMethodSoftwareOathAuthenticationMethod.Builder. build()SoftwareOathAuthenticationMethodSoftwareOathAuthenticationMethod. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SoftwareOathAuthenticationMethodSoftwareOathAuthenticationMethod. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SoftwareOathAuthenticationMethodSoftwareOathAuthenticationMethod. withSecretKey(String secretKey)SoftwareOathAuthenticationMethodSoftwareOathAuthenticationMethod. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type SoftwareOathAuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. softwareOathMethods(SoftwareOathAuthenticationMethod... softwareOathMethods)Org.OData.Capabilities.V1.InsertRestrictionsMethod parameters in odata.msgraph.client.entity with type arguments of type SoftwareOathAuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. softwareOathMethods(List<SoftwareOathAuthenticationMethod> softwareOathMethods)Org.OData.Capabilities.V1.InsertRestrictionsAuthenticationAuthentication. withSoftwareOathMethods(List<SoftwareOathAuthenticationMethod> softwareOathMethods)Returns an immutable copy ofthiswith just thesoftwareOathMethodsfield changed.
-