Uses of Class
com.microsoft.graph.models.ServicePrincipal
Packages that use ServicePrincipal
-
Uses of ServicePrincipal in com.microsoft.graph.models
Subclasses of ServicePrincipal in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return ServicePrincipalModifier and TypeMethodDescriptionstatic ServicePrincipalServicePrincipal.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueApplicationServicePrincipal.getServicePrincipal()Gets the servicePrincipal property value.Methods in com.microsoft.graph.models that return types with arguments of type ServicePrincipalModifier and TypeMethodDescriptionServicePrincipalCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type ServicePrincipalModifier and TypeMethodDescriptionvoidApplicationServicePrincipal.setServicePrincipal(ServicePrincipal value) Sets the servicePrincipal property value.Method parameters in com.microsoft.graph.models with type arguments of type ServicePrincipalModifier and TypeMethodDescriptionvoidServicePrincipalCollectionResponse.setValue(List<ServicePrincipal> value) Sets the value property value.