Uses of Class
com.microsoft.graph.models.TokenLifetimePolicy
Packages that use TokenLifetimePolicy
-
Uses of TokenLifetimePolicy in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TokenLifetimePolicyModifier and TypeMethodDescriptionstatic TokenLifetimePolicyTokenLifetimePolicy.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type TokenLifetimePolicyModifier and TypeMethodDescriptionApplication.getTokenLifetimePolicies()Gets the tokenLifetimePolicies property value.PolicyRoot.getTokenLifetimePolicies()Gets the tokenLifetimePolicies property value.ServicePrincipal.getTokenLifetimePolicies()Gets the tokenLifetimePolicies property value.TokenLifetimePolicyCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type TokenLifetimePolicyModifier and TypeMethodDescriptionvoidApplication.setTokenLifetimePolicies(List<TokenLifetimePolicy> value) Sets the tokenLifetimePolicies property value.voidPolicyRoot.setTokenLifetimePolicies(List<TokenLifetimePolicy> value) Sets the tokenLifetimePolicies property value.voidServicePrincipal.setTokenLifetimePolicies(List<TokenLifetimePolicy> value) Sets the tokenLifetimePolicies property value.voidTokenLifetimePolicyCollectionResponse.setValue(List<TokenLifetimePolicy> value) Sets the value property value.