Uses of Class
odata.msgraph.client.entity.TemporaryAccessPassAuthenticationMethod
-
Packages that use TemporaryAccessPassAuthenticationMethod Package Description odata.msgraph.client.entity -
-
Uses of TemporaryAccessPassAuthenticationMethod in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type TemporaryAccessPassAuthenticationMethod Modifier and Type Field Description protected List<TemporaryAccessPassAuthenticationMethod>Authentication. temporaryAccessPassMethodsMethods in odata.msgraph.client.entity that return TemporaryAccessPassAuthenticationMethod Modifier and Type Method Description TemporaryAccessPassAuthenticationMethodTemporaryAccessPassAuthenticationMethod.Builder. build()TemporaryAccessPassAuthenticationMethodTemporaryAccessPassAuthenticationMethod. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TemporaryAccessPassAuthenticationMethodTemporaryAccessPassAuthenticationMethod. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TemporaryAccessPassAuthenticationMethodTemporaryAccessPassAuthenticationMethod. withCreatedDateTime(OffsetDateTime createdDateTime)TemporaryAccessPassAuthenticationMethodTemporaryAccessPassAuthenticationMethod. withIsUsable(Boolean isUsable)TemporaryAccessPassAuthenticationMethodTemporaryAccessPassAuthenticationMethod. withIsUsableOnce(Boolean isUsableOnce)TemporaryAccessPassAuthenticationMethodTemporaryAccessPassAuthenticationMethod. withLifetimeInMinutes(Integer lifetimeInMinutes)TemporaryAccessPassAuthenticationMethodTemporaryAccessPassAuthenticationMethod. withMethodUsabilityReason(String methodUsabilityReason)TemporaryAccessPassAuthenticationMethodTemporaryAccessPassAuthenticationMethod. withStartDateTime(OffsetDateTime startDateTime)TemporaryAccessPassAuthenticationMethodTemporaryAccessPassAuthenticationMethod. withTemporaryAccessPass(String temporaryAccessPass)TemporaryAccessPassAuthenticationMethodTemporaryAccessPassAuthenticationMethod. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type TemporaryAccessPassAuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. temporaryAccessPassMethods(TemporaryAccessPassAuthenticationMethod... temporaryAccessPassMethods)Org.OData.Capabilities.V1.UpdateRestrictionsMethod parameters in odata.msgraph.client.entity with type arguments of type TemporaryAccessPassAuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. temporaryAccessPassMethods(List<TemporaryAccessPassAuthenticationMethod> temporaryAccessPassMethods)Org.OData.Capabilities.V1.UpdateRestrictionsAuthenticationAuthentication. withTemporaryAccessPassMethods(List<TemporaryAccessPassAuthenticationMethod> temporaryAccessPassMethods)Returns an immutable copy ofthiswith just thetemporaryAccessPassMethodsfield changed.
-